We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0869e commit cf17874Copy full SHA for cf17874
.github/workflows/docs-push.yml
@@ -31,10 +31,13 @@ jobs:
31
if: github.repository == 'ansible-collections/community.aws'
32
permissions:
33
contents: write
34
+ pages: write
35
+ id-token: write
36
needs: [build-docs]
37
name: Publish Ansible Docs
38
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-publish-gh-pages.yml@main
39
with:
40
artifact-name: ${{ needs.build-docs.outputs.artifact-name }}
41
+ publish-gh-pages-branch: true
42
secrets:
43
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments