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 f388d5c commit d8e569cCopy full SHA for d8e569c
.github/workflows/doc-build.yml
@@ -82,6 +82,8 @@ jobs:
82
83
upload-gh-pages:
84
needs: build
85
+ permissions:
86
+ contents: write
87
uses: pytorch/test-infra/.github/workflows/_upload_docs.yml@main
88
with:
89
docs-branch: gh-pages
0 commit comments