Skip to content

Commit c0d2929

Browse files
committed
Fix typo
1 parent 39dbd13 commit c0d2929

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,12 @@ jobs:
7474
name: docs
7575
- name: Upload docs
7676
run: |
77+
7778
set -x
7879
git config user.name 'pytorchbot'
7980
git config user.email '[email protected]'
80-
8181
rm -rf main
8282
mv html main
83-
8483
git add --all main || true
8584
git commit -m "Auto-generating sphinx docs" || true
8685
git push -f

0 commit comments

Comments
 (0)