Skip to content

Github: add hugo example to test workflow #151

Github: add hugo example to test workflow

Github: add hugo example to test workflow #151

Workflow file for this run

name: TESTS
on:
# push on master branch
push:
branches: [master]
# triggered manually
workflow_dispatch:
# triggered by pull requests
pull_request:
jobs:
# run all test scripts
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cagix/pandoc-lecture@master
with:
hugo: 'true'
- run: cd filters/test && make test
- run: cd examples/hugo-lecture && make web