Skip to content

Commit

Permalink
Test2
Browse files Browse the repository at this point in the history
  • Loading branch information
Viddesh1 committed Jun 11, 2024
1 parent 5dec71d commit 775fd78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/page_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
run: pip install mkdocs mkdocs-material

- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force
run: |
cd my_project
mkdocs gh-deploy --force

0 comments on commit 775fd78

Please sign in to comment.