Use latest version of Sphinx builder image

This commit is contained in:
snmishra 2021-02-26 09:42:45 -06:00 committed by GitHub
parent 482c25f663
commit 57b4d520a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ jobs:
- name: Sphinx Pages - name: Sphinx Pages
# You may pin to the exact commit or the version. # You may pin to the exact commit or the version.
# uses: seanzhengw/sphinx-pages@70dd0557fc226cfcd41c617aec5e9ee4fce4afe2 # uses: seanzhengw/sphinx-pages@70dd0557fc226cfcd41c617aec5e9ee4fce4afe2
uses: seanzhengw/sphinx-pages@v1 uses: seanzhengw/sphinx-pages@d29427677b3b89c1b5311d9eb135fb4168f4ba4a
with: with:
# Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }} # Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}