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 fdd32b0 commit 5086507Copy full SHA for 5086507
.github/workflows/deploy-pages.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v4
27
28
- name: Run sh build script
29
- run: ./www/build.sh "${{ secrets.SECRET_KEY }}" "${{ secrets.SECRET_IV }}"
+ run: bash ./www/build.sh "${{ secrets.SECRET_KEY }}" "${{ secrets.SECRET_IV }}"
30
31
- name: Run py build script
32
run: python3 "www/build.py" "${{ github.repository }}" "${{ github.sha }}" "${{ github.token }}"
0 commit comments