Skip to content

Commit

Permalink
Adds deply step to pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jan 15, 2024
1 parent 931ffaf commit 556b9d5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install -r mkdocs-requirements.txt
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
clean: true

0 comments on commit 556b9d5

Please sign in to comment.