Skip to content

Commit

Permalink
Deploying to GitHub Pages: versioning №3
Browse files Browse the repository at this point in the history
  • Loading branch information
bleudev committed Jun 30, 2024
1 parent 342f4b6 commit cf18620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install -r docs/requirements.txt
- run: mike deploy --push --update-aliases ${{ steps.extract_branch.outputs.branch }} latest
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force
- run: mike deploy --push --update-aliases ${{ steps.extract_branch.outputs.branch }} latest

0 comments on commit cf18620

Please sign in to comment.