ci: install pandoc
This commit is contained in:
parent
cc1d8047ab
commit
eecd97a8d3
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -11,6 +11,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install pandoc
|
||||
run: |
|
||||
apt update
|
||||
apt install pandoc -y
|
||||
- name: Use Node.js 12.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user