Skip to content

Commit c5efeb6

Browse files
Update gatsby.yml
Signed-off-by: Phileco <[email protected]>
1 parent d680392 commit c5efeb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gatsby.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ jobs:
8080
PREFIX_PATHS: 'true'
8181
run: ${{ steps.detect-npm.env.manager }} run build
8282
- name: Upload-artifact:v3
83-
uses: actions/upload-pages-artifact@v4
84-
with:
85-
path: ./public
86-
83+
uses: ${{actions/build-pages:v5}}
84+
with: ${{Jekyll-Pages}}
85+
env: ${{public}}
86+
8787
# Deployment job
8888
deploy:
8989
environment:

0 commit comments

Comments
 (0)