Skip to content

Commit

Permalink
ci(website): 💚 fixed website ci to fetch all git history
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Oct 10, 2021
1 parent 4ed3783 commit d88cd3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
# The website builder accesses Git history for old examples, so we need everything
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: cargo install bonnie
- run: cargo install wasm-pack
- run: npm install
Expand Down

0 comments on commit d88cd3f

Please sign in to comment.