Skip to content

Commit

Permalink
chore: Fix docs building workflows (#262)
Browse files Browse the repository at this point in the history
* fix: update docs and add test case

* fix

* chore: release

* chore(ci): fix perms for docs build

* chore(ci): fix perms for docs build

* Update CHANGELOG.rst
  • Loading branch information
lowlydba authored Sep 7, 2024
1 parent 76dec6b commit 844484b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
build-docs:
permissions:
contents: read
pages: write
id-token: write
name: Build Ansible Docs
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-pr.yml@main
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
if: github.repository == 'lowlydba/lowlydba.sqlserver'
permissions:
contents: write
pages: write
id-token: write
needs: [build-docs]
name: Publish Ansible Docs
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-publish-gh-pages.yml@main
Expand Down

0 comments on commit 844484b

Please sign in to comment.