Skip to content

Commit 4a7851b

Browse files
authored
Update build.yml
1 parent 5241d24 commit 4a7851b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: cd website && yarn install
3434
- name: build
3535
working-directory: ./website
36-
run: ls && scripts/build.sh
36+
run: chmod +x scripts/build.sh && scripts/build.sh
3737
- name: Deploy to GitHub Pages
3838
id: deployment
3939
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)