Skip to content

Commit 040b27b

Browse files
authored
Update static.yml
1 parent 4f376d4 commit 040b27b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/static.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34+
- name: Install dependencies
35+
run: npm ci
36+
- name: Build
37+
run: npm run build
3438
- name: Setup Pages
3539
uses: actions/configure-pages@v5
36-
with:
37-
publish_branch: main
38-
publish_dir: personal-website
39-
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v3
4242
with:
43-
path: personal-website/build
43+
path: build
4444
- name: Deploy to GitHub Pages
4545
id: deployment
4646
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)