Skip to content

Commit

Permalink
Merge pull request #68 from bobleesj/patch-3
Browse files Browse the repository at this point in the history
Build GitHub pages with write permissions - deploy via worfklow dispatch and on publish
  • Loading branch information
sbillinge authored Nov 13, 2024
2 parents 402e7d5 + b65ad58 commit 5a437f2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-docs-on-release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Build and Deploy Docs
name: Deploy Documentation on Release

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

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

0 comments on commit 5a437f2

Please sign in to comment.