Skip to content

Commit c682704

Browse files
committed
Fix GitHub Actions documentation update workflow push command
- Remove hardcoded repository URL from git push command - Simplify push operation to use default remote repository
1 parent 0d58d5f commit c682704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
git config user.name "Chivier"
4848
git config user.email "[email protected]"
4949
git commit -m 'update docs'
50-
git push -u https://github.com/openmlsys/html-en.git main
50+
git push

0 commit comments

Comments
 (0)