Skip to content

Commit

Permalink
fixed ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apaspunu authored May 1, 2025
1 parent a4a9ba3 commit af785ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: ci
on:
push:
branches:
- master
- main
permissions:
contents: write
Expand All @@ -13,9 +14,10 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force --clean --verbose
- run: pip install pillow cairosvg
- run: mkdocs gh-deploy --force --remote-branch gh-pages --remote-name origin --config-file mkdocs.yml --site-dir site --verbose

0 comments on commit af785ef

Please sign in to comment.