We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641249e commit 9596a36Copy full SHA for 9596a36
.github/workflows/docs.yml
@@ -1,5 +1,5 @@
1
---
2
-name: Docs Publish
+name: Docs Upload
3
on:
4
push:
5
tags:
@@ -22,12 +22,8 @@ jobs:
22
python -m pip install --upgrade pip
23
pip install -U virtualenv setuptools wheel tox
24
sudo apt-get install -y graphviz pandoc
25
- - name: Build and publish
26
- env:
27
- encrypted_rclone_key: ${{ secrets.encrypted_rclone_key }}
28
- encrypted_rclone_iv: ${{ secrets.encrypted_rclone_iv }}
29
- run: |
30
- tools/deploy_documentation.sh
+ - name: Build docs
+ run: tox -e docs
31
- name: Upload artifact
32
uses: actions/upload-artifact@v2
33
with:
tools/deploy_documentation.sh
tools/rclone.conf.enc
-304 Bytes
0 commit comments