Skip to content

Commit

Permalink
Update deploy-mkdocs.yml
Browse files Browse the repository at this point in the history
fix: Navigating to correct directory before deploying
  • Loading branch information
MertenD authored Jul 31, 2023
1 parent 0b05410 commit 9d8d269
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ jobs:
python -m pip install --upgrade pip
pip install mkdocs
- name: Navigate to documentation directory
run: cd documentation

- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --clean

0 comments on commit 9d8d269

Please sign in to comment.