Skip to content

Commit efd487c

Browse files
authored
Update doc_build.yml (pytorch#164)
update the repo to pytorch from pytorch-ao
1 parent ba07e68 commit efd487c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
# Grant write permission here so that the doc can be pushed to gh-pages branch
9090
contents: write
9191
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')
92+
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')
9393
steps:
9494
- name: Checkout
9595
uses: actions/checkout@v3

0 commit comments

Comments
 (0)