Skip to content

Commit a436b2d

Browse files
authored
Update main.yml
1 parent 08689c0 commit a436b2d

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 ios.md https://raw.githubusercontent.com/dansl/iOS-Stuff/refs/heads/main/README.md && git commit -a -m "updated ios.md" && gh repo sync
15+
script: cd /var/www/dansl.net/pages && wget -O ios.md https://raw.githubusercontent.com/dansl/iOS-Stuff/refs/heads/main/README.md && git commit -a -m "updated ios.md" && git push

0 commit comments

Comments
 (0)