Skip to content

Commit

Permalink
Build GitHub pages in a separate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj authored Nov 13, 2024
1 parent 402e7d5 commit 12da2fe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish-docs-on-release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Build and Deploy Docs
name: Deploy Documentation on Release

on:
release:
types:
- published
types: [published]
workflow_dispatch:

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

0 comments on commit 12da2fe

Please sign in to comment.