Skip to content

Commit e91413e

Browse files
authored
fix: static.yml
1 parent 57845ab commit e91413e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ jobs:
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v5
3636
- name: Setup Project
37-
run: npm install && ./build.sh
37+
run: npm install && chmod +x build.sh && ./build.sh
3838
- name: Upload artifact
3939
uses: actions/upload-pages-artifact@v3
4040
with:
41-
# Upload entire repository
4241
path: 'build'
4342
- name: Deploy to GitHub Pages
4443
id: deployment

0 commit comments

Comments
 (0)