1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-08-17 20:29:38 +02:00

Deploy documentation on tag only

Before, the documentation was pushed to GitHub Pages whenever a new commit has been pushed to master. I.e., when a new feature was added, the documentation advertised the feature although hasn’t been released yet.

Now, we only deploy the newly-build the documentation when a new tag is pushed, and ensure the the versionadded directives are added before releasing.
This commit is contained in:
Alexander Graf 2020-01-26 18:54:11 +01:00 committed by GitHub
parent 63eb9e71ca
commit fd13d66367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ deploy:
repo: instaloader/instaloader.github.io
target-branch: master
on:
branch: master
tags: true
python: 3.6
- provider: script
script: deploy/arch/deploy.sh $TRAVIS_TAG