Skip to content

Add gh-pages workflow #1

Add gh-pages workflow

Add gh-pages workflow #1

Workflow file for this run

name: Publish Documentation

Check failure on line 1 in .github/workflows/gh-pages.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gh-pages.yml

Invalid workflow file

`workflow_call workflow_dispatch` is not a valid event name
on:
workflow_call
workflow_dispatch
jobs:
documentation-job:
runs-on: ubuntu-latest
steps:
- name: SCM Checkout
uses: actions/checkout@v4
- name: Setup Development Environment
uses: ./.github/actions/ka3005p-dev
- name: Build Documentation
run: |
just docs-build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: ./doc/book
git-config-name: Github Action
git-config-email: [email protected]