We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6eb50 commit 9a0aa43Copy full SHA for 9a0aa43
.github/workflows/ts-pages.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build TypeScript
23
run: tsc -p "./www/tsconfig.json"
24
- name: Prepare GET server
25
- run: curl "https://ifconfig.me/ip" -o "ip.txt"
+ run: curl "https://ifconfig.me/ip" -o "./www/ip.txt"
26
- name: Run custom build script
27
run: python3 "www/build.py" "${{ secrets.SECRET_STRING }}"
28
0 commit comments