Skip to content

Commit

Permalink
refs #147: Specified working dir for the deployh command, running ano…
Browse files Browse the repository at this point in the history
…ther test.
  • Loading branch information
stickgrinder committed Mar 17, 2024
1 parent 22564e3 commit 537c35b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install Python environment
uses: actions/setup-python@v2
with:
python-version: 3.11
- run: >
- name: Install MkDocs and dependencies
run: >
pip install
mkdocs==1.5.3
mkdocs-nav-weight
Expand Down Expand Up @@ -72,4 +74,6 @@ jobs:
markdown-include
pygments
pymdown-extensions
- run: mkdocs gh-deploy --force --clean --verbose
- name: Deploy to production
working-directory: ./docs
run: mkdocs gh-deploy --force --clean --verbose

0 comments on commit 537c35b

Please sign in to comment.