Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Dec 8, 2024
1 parent 020d2bb commit 22f2baf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4

- name: Update and install wget
- name: Update and install wget, pandoc
run: |
sudo apt-get update && sudo apt-get install --yes wget pandoc
Expand Down Expand Up @@ -71,6 +71,7 @@ jobs:
git add .
git commit --allow-empty -m "Deploy docs to GitHub Pages, GitHub Actions build: ${GITHUB_RUN_ID}" -m "Commit: ${GITHUB_SHA}"
git push
- name: Archive Documentation
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 22f2baf

Please sign in to comment.