mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-19 16:52:30 +01:00
Fix workflow that deploys the documentation
This commit is contained in:
parent
3e335984f2
commit
fd8245a216
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
run: pipenv --python `python --version | grep -Eo '3\.[0-9]+'` run make -C docs html SPHINXOPTS="-W -n"
|
run: pipenv --python `python --version | grep -Eo '3\.[0-9]+'` run make -C docs html SPHINXOPTS="-W -n"
|
||||||
- name: "Deploy Documentation"
|
- name: "Deploy Documentation"
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
branch: master
|
branch: master
|
||||||
repository-name: instaloader/instaloader.github.io
|
repository-name: instaloader/instaloader.github.io
|
||||||
|
Loading…
Reference in New Issue
Block a user