Skip to content

Commit dae2487

Browse files
committed
forgot to update yml lol
1 parent 4ce00e0 commit dae2487

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
- name: Install Dependencies
2222
run: npm ci
2323

24-
- name: Build and Export Static Site
25-
run: |
26-
npm run build
27-
npm run export
24+
- name: Build Static Site
25+
run: npm run build
2826

2927
- name: Deploy to GitHub Pages
3028
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)