Skip to content

Commit

Permalink
changed to unspecific versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ofloveandhate committed Jul 12, 2024
1 parent 93c93d6 commit fd1a764
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master

- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs"

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@master
with:
name: html-docs
path: docs/_build/html/

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@master
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
canvasapi
pygments
Pygments

0 comments on commit fd1a764

Please sign in to comment.