-
Notifications
You must be signed in to change notification settings - Fork 2
20 lines (18 loc) · 1.01 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: Build the markdown source files
on: [ push, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: dalibo/pandocker
options: --user root -e "HOME=/root"
steps:
- uses: actions/checkout@v3
- run: |
ln -s /root/.pandoc $HOME/.pandoc
echo $HOME
ls $HOME/.pandoc/templates
make
- uses: actions/upload-artifact@v2
with:
path: .