Skip to content

Commit 57ac5e6

Browse files
committed
fix: update GitHub Pages workflow to use latest action versions and build command
1 parent c499223 commit 57ac5e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/github-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
run: npm install
3131

3232
- name: Build site
33-
run: npx gulp build:preview
33+
run: npx gulp github-pages
3434

3535
- name: Setup Pages
36-
uses: actions/configure-pages@v3
36+
uses: actions/configure-pages@v4
3737

3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v2
39+
uses: actions/upload-pages-artifact@v3
4040
with:
4141
path: './public'
4242

@@ -49,4 +49,4 @@ jobs:
4949
steps:
5050
- name: Deploy to GitHub Pages
5151
id: deployment
52-
uses: actions/deploy-pages@v2
52+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)