Skip to content

Commit

Permalink
fixes docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes authored Dec 4, 2023
1 parent c5078d2 commit 4a98f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"

- name: Install dependencies
run: |
Expand All @@ -34,4 +34,4 @@ jobs:
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/html
publish_dir: ./docs/build/html

0 comments on commit 4a98f97

Please sign in to comment.