Skip to content

Commit

Permalink
Feature ci doc (#71)
Browse files Browse the repository at this point in the history
* permisssions

* try mkdoc doc
  • Loading branch information
vestalisvirginis committed May 29, 2024
1 parent 8998ca7 commit cac2544
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- 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 mkdocstrings[python]
- run: mkdocs build
- run: mkdocs gh-deploy --force

0 comments on commit cac2544

Please sign in to comment.