fix version and re-add apt-get update step
All checks were successful
Build an image to deploy website / build (push) Successful in 1m19s
All checks were successful
Build an image to deploy website / build (push) Successful in 1m19s
This commit is contained in:
parent
f8d338d61b
commit
472aca5df6
@ -20,8 +20,11 @@ jobs:
|
|||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
|
- name: update packages
|
||||||
|
run: apt-get update
|
||||||
|
|
||||||
- name: Setup pandoc
|
- name: Setup pandoc
|
||||||
uses: https://github.com/r-lib/actions/setup-pandoc@vj1
|
uses: https://github.com/r-lib/actions/setup-pandoc@v1
|
||||||
with:
|
with:
|
||||||
pandoc-version: '3.4'
|
pandoc-version: '3.4'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user