File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
- name : Checkout pytorch/docs repository
35
35
uses : actions/checkout@v3
36
36
with :
37
- repository : pytorch/ docs
38
- ref : site # The target branch in the pytorch/docs repo
37
+ repository : Sidharth123-cpu/test- docs-site
38
+ ref : site # The target branch in your test repo
39
39
token : ${{ secrets.DOCS_REPO_TOKEN }} # Personal Access Token with repo scope
40
40
path : pytorch-docs
41
41
52
52
git config user.email "github-actions[bot]@users.noreply.github.com"
53
53
git add .
54
54
git commit -m "Deploy: Update compile-graph-break site" || echo "No changes to commit"
55
- git push https://x-access-token:${{ secrets.DOCS_REPO_TOKEN }}@github.com/pytorch/ docs.git site
55
+ git push https://x-access-token:${{ secrets.DOCS_REPO_TOKEN }}@github.com/Sidharth123-cpu/test- docs-site .git site
56
56
working-directory : ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments