Skip to content

Commit 9a0aa43

Browse files
committed
Fix GET server preparations
1 parent 1e6eb50 commit 9a0aa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ts-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build TypeScript
2323
run: tsc -p "./www/tsconfig.json"
2424
- name: Prepare GET server
25-
run: curl "https://ifconfig.me/ip" -o "ip.txt"
25+
run: curl "https://ifconfig.me/ip" -o "./www/ip.txt"
2626
- name: Run custom build script
2727
run: python3 "www/build.py" "${{ secrets.SECRET_STRING }}"
2828

0 commit comments

Comments
 (0)