Skip to content

Commit

Permalink
fix ci syntax...
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Oct 10, 2023
1 parent d22d4a9 commit 453d02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exposé.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
run: |
# Install dependencies
apk add pandoc<3.0 python3 py3-pip python3-dev build-base gcc linux-headers
apk add "pandoc<3.0" python3 py3-pip python3-dev build-base gcc linux-headers
# https://github.com/tomduck/pandoc-fignos/issues/105
cd docs/exposé
Expand Down

0 comments on commit 453d02a

Please sign in to comment.