We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5241d24 commit 4a7851bCopy full SHA for 4a7851b
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
run: cd website && yarn install
34
- name: build
35
working-directory: ./website
36
- run: ls && scripts/build.sh
+ run: chmod +x scripts/build.sh && scripts/build.sh
37
- name: Deploy to GitHub Pages
38
id: deployment
39
uses: actions/deploy-pages@v4
0 commit comments