Skip to content

Commit

Permalink
fix: fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkiwi committed Apr 24, 2023
1 parent 4115110 commit cc10b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install MkDocs and Material for MkDocs
run: pip install mkdocs[i18n] mkdocs-material
- name: Install Pillow and CairoSVG (required for social card generation)
run: pip install pillow cairosvg mkdocs_latest_release_plugin mkdocs-material
run: pip install mkdocs-material
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Turo Terraform Development Standards {{ git_latest_release }}
# Turo Terraform Development Standards

## Baseline standards

Expand Down

0 comments on commit cc10b03

Please sign in to comment.