Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
landam committed Feb 28, 2024
1 parent 4982e09 commit eea8cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
key: ${{ github.ref }}
path: .cache
- run: pip install -r user_guide/requirements.txt
- run: (cd user_guide ; sh download_tables.sh; sh mkdocs gh-deploy --force)
- run: (cd user_guide ; sh download_tables.sh; mkdocs gh-deploy --force)

0 comments on commit eea8cf8

Please sign in to comment.