Skip to content

Commit 22f2baf

Browse files
committed
v0.4.0
1 parent 020d2bb commit 22f2baf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Check out repository code
1919
uses: actions/checkout@v4
2020

21-
- name: Update and install wget
21+
- name: Update and install wget, pandoc
2222
run: |
2323
sudo apt-get update && sudo apt-get install --yes wget pandoc
2424
@@ -71,6 +71,7 @@ jobs:
7171
git add .
7272
git commit --allow-empty -m "Deploy docs to GitHub Pages, GitHub Actions build: ${GITHUB_RUN_ID}" -m "Commit: ${GITHUB_SHA}"
7373
git push
74+
7475
- name: Archive Documentation
7576
uses: actions/upload-artifact@v4
7677
with:

0 commit comments

Comments
 (0)