Skip to content

Fix syntax for deploy #3

Fix syntax for deploy

Fix syntax for deploy #3

Workflow file for this run

name: Deploy
on:
push:
tags:
- "*.*.*"
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
# Call the main build workflow
- uses: ./.github/workflows/build-guidelines.yml
# If your main workflow is in a different file, adjust the path accordingly
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/html