Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

workflow_dispatch:

jobs:
docs:
permissions:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this write-permission, I previously had

   15 files changed, 78 insertions(+), 107 deletions(-)
Push the commit or tag
  /usr/bin/git push origin gh-pages
  remote: Permission to bobleesj-test-org/bobleesj.release.git denied to github-actions[bot].

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