Skip to content

Commit

Permalink
ci: Fix typo in demo index workflow (#4130)
Browse files Browse the repository at this point in the history
Closes #4074
  • Loading branch information
joeyparrish authored Apr 15, 2022
1 parent 783db97 commit a540fec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/demo-version-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# We need a list of all tags for this, so fetch the entire history.
fetch-depth: 0
with:
# We need a list of all tags for this, so fetch the entire history.
fetch-depth: 0

- name: Generate static content
run: python3 app-engine/demo-version-index/generate.py
Expand Down

0 comments on commit a540fec

Please sign in to comment.