Skip to content

Commit

Permalink
Modify the docs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
transientlunatic committed Aug 16, 2024
1 parent 379bb88 commit 918d53f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ jobs:
- name: Build HTML Docs
run: |
sudo apt install pandoc
pip install sphinx
pip install sphinx sphinx-multiversion
pip install kentigern
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install .
cd docs
make multi
make html
- name: SCP Deploy HTML Docs
uses: horochx/[email protected]
with:
local: docs/_build/html/*
remote: /home/danwilliams/code.daniel-williams.co.uk/heron/
remote: /home/danwilliams/code.daniel-williams.co.uk/heron/${{ github.ref_name }}
host: ${{ secrets.sshhost }}
user: ${{ secrets.sshuser }}
key: ${{ secrets.sshkey }}

0 comments on commit 918d53f

Please sign in to comment.