Skip to content

Commit d2a23b4

Browse files
authored
Update static.yml
1 parent 22f6f7d commit d2a23b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/static.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
2727

28-
- name: Set up Node.js
28+
- name: Setup Node.js
2929
uses: actions/setup-node@v4
3030
with:
3131
node-version: '20'
3232

3333
- name: Run build script
3434
run: |
35-
chmod +x main/Build/Buildscripts/build.sh
36-
./main/Build/Buildscripts/build.sh
35+
chmod +x Build/Buildscripts/build.sh
36+
./Build/Buildscripts/build.sh
3737
3838
- name: Upload GitHub Pages artifact
3939
uses: actions/upload-pages-artifact@v3
4040
with:
41-
path: 'main/Build/dist'
41+
path: 'Build/dist'
4242

4343
- name: Deploy to GitHub Pages
4444
id: deployment

0 commit comments

Comments
 (0)