mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 05:19:32 +01:00
9e63f1247a
* Use a shared GitHub Workflow to build the mkdocs site and publish to GitHub Pages (when the release-docs branch is updated)
13 lines
243 B
YAML
13 lines
243 B
YAML
name: publish
|
|
on:
|
|
push:
|
|
branches:
|
|
- release-docs
|
|
jobs:
|
|
mkdocs:
|
|
name: mkdocs
|
|
uses: poseidon/matchbox/.github/workflows/mkdocs-pages.yaml@main
|
|
# Add content write for GitHub Pages
|
|
permissions:
|
|
contents: write
|