Skip to content

Commit

Permalink
docs: add github action to push docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Jan 7, 2024
1 parent 78ae188 commit 9726752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.10
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: python -m pip install -r requirements-dev.txt . --upgrade
- run: python -m pip install -r requirements-dev.in . --upgrade
- run: mkdocs gh-deploy --force

0 comments on commit 9726752

Please sign in to comment.