Skip to content

Commit

Permalink
update docs publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaqo committed May 10, 2024
1 parent 57166b9 commit f2a55e9
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 1,542 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install poetry
uses: abatilo/actions-poetry@v2
- 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-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: poetry install --with dev,docs
- run: poetry run poe docs-publish
Loading

0 comments on commit f2a55e9

Please sign in to comment.