Skip to content

Update web main

Update web main #7

name: Update web main
on:
workflow_dispatch:
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: documentation
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}