We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba07e68 commit efd487cCopy full SHA for efd487c
.github/workflows/doc_build.yml
@@ -89,7 +89,7 @@ jobs:
89
# Grant write permission here so that the doc can be pushed to gh-pages branch
90
contents: write
91
needs: build_docs
92
- if: github.repository == 'pytorch-labs/ao' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch')
+ if: github.repository == 'pytorch/ao' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch')
93
steps:
94
- name: Checkout
95
uses: actions/checkout@v3
0 commit comments