Skip to content

Commit 5086507

Browse files
committed
Fix build script
1 parent fdd32b0 commit 5086507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Run sh build script
29-
run: ./www/build.sh "${{ secrets.SECRET_KEY }}" "${{ secrets.SECRET_IV }}"
29+
run: bash ./www/build.sh "${{ secrets.SECRET_KEY }}" "${{ secrets.SECRET_IV }}"
3030

3131
- name: Run py build script
3232
run: python3 "www/build.py" "${{ github.repository }}" "${{ github.sha }}" "${{ github.token }}"

0 commit comments

Comments
 (0)