Skip to content

Merge pull request #10 from ger-benjamin/style-marker-and-edit #99

Merge pull request #10 from ger-benjamin/style-marker-and-edit

Merge pull request #10 from ger-benjamin/style-marker-and-edit #99

Workflow file for this run

name: github pages
on:
push:
branches:
- main
pull_request:
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Build
run: ./build.sh --update
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
force_orphan: true
keep_files: false