Skip to content

Commit

Permalink
Change plugin structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmerix committed Sep 12, 2024
1 parent 5b7b516 commit 0eb0c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/serve_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v5
with:
python-version: 3.10.12
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
Expand All @@ -28,5 +28,5 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
#- run: pip install -e mkdocs/mkdocs-toc-tag-filter
- run: pip install -e mkdocs/mkdocs-toc-tag-filter && mkdocs gh-deploy --force
- run: pip install -e mkdocs/mkdocs-toc-tag-filter
- run: mkdocs gh-deploy --force
File renamed without changes.

0 comments on commit 0eb0c8b

Please sign in to comment.