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 57845ab commit e91413eCopy full SHA for e91413e
.github/workflows/static.yml
@@ -34,11 +34,10 @@ jobs:
34
- name: Setup Pages
35
uses: actions/configure-pages@v5
36
- name: Setup Project
37
- run: npm install && ./build.sh
+ run: npm install && chmod +x build.sh && ./build.sh
38
- name: Upload artifact
39
uses: actions/upload-pages-artifact@v3
40
with:
41
- # Upload entire repository
42
path: 'build'
43
- name: Deploy to GitHub Pages
44
id: deployment
0 commit comments