Skip to content

homework: point windows users to 'windows subsystem for linux' (wsl) … #93

homework: point windows users to 'windows subsystem for linux' (wsl) …

homework: point windows users to 'windows subsystem for linux' (wsl) … #93

Workflow file for this run

name: Docsify Preview
on:
# push on master branch
push:
branches: [master]
# triggered manually
workflow_dispatch:
jobs:
docsify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: cagix/pandoc-lecture-zen@master
with:
mktarget: docsify
pandoc_data: .pandoc
metadata: pm.yaml
publish_dir: _docsify
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _docsify
publish_branch: _docsify
force_orphan: true