Skip to content

Commit

Permalink
Merge pull request #70 from hapytex/fix/minifier
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
KommuSoft authored Mar 31, 2024
2 parents 8f0677c + 776dfbc commit 1b069fc
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.12 pandoc-cli --installdir=/tmp/bin
run: cabal install pandoc-3.1.12.3 pandoc-cli --installdir=/tmp/bin
- name: checkout code
uses: actions/checkout@v2.3.1
- 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.12 pandoc-cli --installdir=/tmp/bin
run: cabal install pandoc-3.1.12.3 pandoc-cli --installdir=/tmp/bin
- name: checkout code
uses: actions/checkout@v2.3.1
- name: build the site
Expand Down

0 comments on commit 1b069fc

Please sign in to comment.