Skip to content

Commit

Permalink
Deploying to GitHub Pages bug fix №2
Browse files Browse the repository at this point in the history
  • Loading branch information
bleudev committed Jun 30, 2024
1 parent 86b5938 commit 2338422
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ci
on:
push:
branches:
- 0.1-docs
- master
- main

permissions:
Expand All @@ -29,5 +29,6 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs==1.6
- run: pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force

0 comments on commit 2338422

Please sign in to comment.