Skip to content

Commit

Permalink
#29: fix docs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Nov 15, 2024
1 parent e30c91e commit 20f7b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build-and-deploy-docs:
runs-on: ubuntu-latest
env:
docs-directory: /home/runner/work/pressio/pressio-ops/docs
docs-directory: ./docs
python-version: '3.10'

steps:
Expand All @@ -20,7 +20,7 @@ jobs:
architecture: 'x64'
- name: Install Python dependencies
run: |
pip3 install -r ./docs/build_requirements.txt
pip3 install -r ${{ env.docs-directory }}/build_requirements.txt
- name: Build documentation
working-directory: ${{ env.docs-directory }}
run: |
Expand Down

0 comments on commit 20f7b52

Please sign in to comment.