Skip to content

[Org] Rename FHB to HSBI (#133) #76

[Org] Rename FHB to HSBI (#133)

[Org] Rename FHB to HSBI (#133) #76

Workflow file for this run

name: SLIDES
on:
# push on master branch: build slides (pandoc)
push:
branches: [master]
# manually triggered: build slides (pandoc)
workflow_dispatch:
jobs:
# build slides (pandoc): "make slides"
slides:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: ./.github/actions/alpine-pandoc-hugo
with:
make-target: 'make slides'
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: _slides
publish_dir: pdf/
force_orphan: true