Skip to content

Commit

Permalink
Adjust docs publish workflow. (#2155)
Browse files Browse the repository at this point in the history
(cherry picked from commit 420418c)
  • Loading branch information
felixfontein authored and patchback[bot] committed Jul 1, 2024
1 parent e753e0a commit 49364ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ jobs:
if: github.repository == 'ansible-collections/amazon.aws'
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
with:
artifact-name: ${{ needs.build-docs.outputs.artifact-name }}
publish-gh-pages-branch: true
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 49364ab

Please sign in to comment.