Skip to content

Merge pull request #8 from postgresqlfr/2024 #14

Merge pull request #8 from postgresqlfr/2024

Merge pull request #8 from postgresqlfr/2024 #14

Workflow file for this run

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: .