We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020d2bb commit 22f2bafCopy full SHA for 22f2baf
.github/workflows/deploy-documentation.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Check out repository code
19
uses: actions/checkout@v4
20
21
- - name: Update and install wget
+ - name: Update and install wget, pandoc
22
run: |
23
sudo apt-get update && sudo apt-get install --yes wget pandoc
24
@@ -71,6 +71,7 @@ jobs:
71
git add .
72
git commit --allow-empty -m "Deploy docs to GitHub Pages, GitHub Actions build: ${GITHUB_RUN_ID}" -m "Commit: ${GITHUB_SHA}"
73
git push
74
+
75
- name: Archive Documentation
76
uses: actions/upload-artifact@v4
77
with:
0 commit comments