Skip to content

Commit

Permalink
Add build docs .yml on release and by workflow dispatch (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj authored Dec 12, 2024
1 parent 04aed6a commit 569050b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publish-docs-on-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy Documentation on Release

on:
release:
types: [published]
workflow_dispatch:

jobs:
docs:
permissions:
contents: write
uses: Billingegroup/release-scripts/.github/workflows/_publish-docs-on-release.yml@v0
with:
project: regolith
c_extension: false
headless: false

0 comments on commit 569050b

Please sign in to comment.