Skip to content

Commit

Permalink
try this a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Dec 30, 2024
1 parent 9ed55b0 commit 8a45e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: cd mkdocs
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- working-directory: ./mkdocs
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force

0 comments on commit 8a45e35

Please sign in to comment.