-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
379bb88
commit 918d53f
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} |