diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e58ce9a..508cc56 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@master - name: Build HTML uses: ammaraskar/sphinx-action@master @@ -17,13 +17,13 @@ jobs: 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 }} diff --git a/docs/requirements.txt b/docs/requirements.txt index bd242ee..ddc2a8f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ canvasapi -pygments \ No newline at end of file +Pygments \ No newline at end of file