-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build GitHub pages with write permissions - deploy via worfklow dispatch and on publish #68
Conversation
Warning! No news item is found for this PR. If this is a user-facing change/feature/fix, |
workflow_dispatch: | ||
|
||
jobs: | ||
docs: | ||
uses: Billingegroup/release-scripts/.github/workflows/_publish-docs-on-release.yml@v0 | ||
permissions: |
There was a problem hiding this comment.
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].
|
||
on: | ||
release: | ||
types: | ||
- published | ||
types: [published] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #68 +/- ##
=======================================
Coverage 93.78% 93.78%
=======================================
Files 4 4
Lines 177 177
=======================================
Hits 166 166
Misses 11 11 |
Ready for review @sbillinge. This will fix the current issue of not displaying the latest changelog. Ref Billingegroup/release-scripts#94 Once you've merged this, could you please run this |
@cadenmyers13 cc'ing Caden here. Since Andrew's PR has been merged #67, let's also check whether the API section builds. |
Deploy docs workflow ran successfully on dispatch |
Changeling appears in the docs now but still no API documentation building? |
@cadenmyers13 could you please check with Andrew why Api doc isn't rendering ? This is the script that @sbillinge used to re-render the doc - displaying the latest changelog 0.2.0 now. |
We want to build docs when published (GitHub release) or by workflow dispatch.