Skip to content

Commit 6574e2c

Browse files
committed
update deploy action
1 parent eb6dbc9 commit 6574e2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sphinx-build -W -b html -d site/_build/doctrees site site/_build/html
1515
ls site/_build/html -R
1616
- name: Sync preview
17-
uses: SamKirkland/[email protected].4
17+
uses: SamKirkland/[email protected].5
1818
with:
1919
server: contagion.aserv.co.za
2020

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sphinx-build -W -b html -d site/_build/doctrees site site/_build/html
1515
ls site/_build/html -R
1616
- name: Sync
17-
uses: SamKirkland/[email protected].4
17+
uses: SamKirkland/[email protected].5
1818
with:
1919
server: contagion.aserv.co.za
2020

0 commit comments

Comments
 (0)