Skip to content

Commit

Permalink
Git build mkdocs first
Browse files Browse the repository at this point in the history
  • Loading branch information
SooluThomas committed Feb 15, 2024
1 parent 4fae5c9 commit 04ddadf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
run: pip install mkdocs

- name: Build and deploy docs
run: mkdocs gh-deploy
run: |
mkdocs build
mkdocs gh-deploy

0 comments on commit 04ddadf

Please sign in to comment.