Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kallewesterling authored Oct 11, 2023
1 parent 71baa7f commit a9e7467
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: nikeee/setup-pandoc@v1
- name: "Install dependencies"
run: pip install -r requirements.txt
- name: "Install sphinx"
Expand All @@ -23,4 +24,4 @@ jobs:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/
force_orphan: true
force_orphan: true

0 comments on commit a9e7467

Please sign in to comment.