Skip to content

Commit 0ddeb3b

Browse files
authored
Update main.yml
1 parent 0987e5f commit 0ddeb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
username: ${{ secrets.USER }}
1313
password: ${{ secrets.PASSWORD }}
1414
port: ${{ secrets.PORT }}
15-
script: cd /var/www/dansl.net/pages && wget -O linux.md https://raw.githubusercontent.com/dansl/LinuxOS-Stuff/refs/heads/main/README.md && git commit -a -m "updated linux.md" && gh repo sync
15+
script: cd /var/www/dansl.net/pages && wget -O linux.md https://raw.githubusercontent.com/dansl/LinuxOS-Stuff/refs/heads/main/README.md && git commit -a -m "updated linux.md" && git push

0 commit comments

Comments
 (0)