Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
KommuSoft committed Mar 31, 2024
1 parent 4e02847 commit f3750de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: update cabal
run: cabal update
- name: install pandoc
run: cabal install pandoc-3.1.1 pandoc-cli --installdir=/tmp/bin
run: cabal install pandoc-3.1.12 pandoc-cli --installdir=/tmp/bin
- name: checkout code
uses: actions/[email protected]
- name: build the site
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: update cabal
run: cabal update
- name: install pandoc
run: cabal install pandoc-3.1.1 pandoc-cli --installdir=/tmp/bin
run: cabal install pandoc-3.1.12 pandoc-cli --installdir=/tmp/bin
- name: checkout code
uses: actions/[email protected]
- name: build the site
Expand Down

0 comments on commit f3750de

Please sign in to comment.