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 e598130 commit a30a548Copy full SHA for a30a548
.github/workflows/ts-pages.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build TypeScript
20
run: tsc
21
- name: Run custom build script
22
- run: python3 build.py ${{ secrets.SECRET_STRING }}
+ run: python3 build.py "${{ secrets.SECRET_STRING }}"
23
- name: Compress & Upload pages artifact
24
uses: actions/upload-pages-artifact@v3
25
with:
0 commit comments