Skip to content

Commit

Permalink
Merge pull request #980 from arnaucasau/deploy-ghpages
Browse files Browse the repository at this point in the history
Deploy docs to GitHub Pages
  • Loading branch information
zlatko-minev authored Dec 28, 2023
2 parents 0cf6a1e + 5f44226 commit a4ea462
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 42 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
pip install -U tox==4.11.0 setuptools==67.3.1 virtualenv==20.24.3 wheel==0.38.4
sudo apt update
sudo apt install graphviz=2.42.2-6 pandoc=2.9.2.1-3ubuntu2 qtbase5-dev=5.15.3+dfsg-2ubuntu0.2 qt5-qmake=5.15.3+dfsg-2ubuntu0.2
- 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 -- -j auto
- 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/
36 changes: 0 additions & 36 deletions tools/deploy_documentation.sh

This file was deleted.

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

0 comments on commit a4ea462

Please sign in to comment.