Skip to content

Commit

Permalink
Deploy docs to GitHub Pages (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaucasau authored Jan 23, 2024
1 parent 8d80beb commit 7f9bc6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 38 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
python -m pip install --upgrade pip
pip install -U virtualenv setuptools wheel tox
sudo apt-get install graphviz pandoc
- name: Build and publish
env:
encrypted_rclone_key: ${{ secrets.encrypted_rclone_key }}
encrypted_rclone_iv: ${{ secrets.encrypted_rclone_iv }}
run: |
tools/deploy_documentation.sh
- name: Build docs
run: tox -edocs
- name: Bypass Jekyll Processing # Necessary for setting the correct css path
run: touch docs/_build/html/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/_build/html/
32 changes: 0 additions & 32 deletions tools/deploy_documentation.sh

This file was deleted.

Binary file removed tools/rclone.conf.enc
Binary file not shown.

0 comments on commit 7f9bc6b

Please sign in to comment.