fix version and re-add apt-get update step
All checks were successful
Build an image to deploy website / build (push) Successful in 1m19s

This commit is contained in:
Julien Fastré 2024-09-30 11:31:12 +02:00
parent f8d338d61b
commit 472aca5df6
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -20,8 +20,11 @@ jobs:
- name: Check out repository
uses: https://github.com/actions/checkout@v4
- name: update packages
run: apt-get update
- name: Setup pandoc
uses: https://github.com/r-lib/actions/setup-pandoc@vj1
uses: https://github.com/r-lib/actions/setup-pandoc@v1
with:
pandoc-version: '3.4'