Skip to content

Commit

Permalink
ci: Fix generation of demo index by fetching all history (#4126)
Browse files Browse the repository at this point in the history
The demo index generation is now based on the git tags.  So when
checking out the repo to generate the index, the entire history is
needed.

Closes #4074
  • Loading branch information
joeyparrish authored Apr 14, 2022
1 parent 0fd1999 commit b11bec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/demo-version-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ 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

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

0 comments on commit b11bec0

Please sign in to comment.