Skip to content

Docs

Docs #27

Workflow file for this run

name: Docs
on:
push:
branches: [main]
paths:
- 'doc/**'
create:
tags:
- 'v*'
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Trigger building the docs
run: |
curl -XPOST -u "${{ secrets.DOCS_BUILD_DISPATCH }}" \
-H "Accept:application/vnd.github" \
-H "Content-Type:application/json" \
https://api.github.com/repos/flame-engine/flame-docs-site/actions/workflows/13757924/dispatches \
--data '{"ref": "main" }'