We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d680392 commit c5efeb6Copy full SHA for c5efeb6
.github/workflows/gatsby.yml
@@ -80,10 +80,10 @@ jobs:
80
PREFIX_PATHS: 'true'
81
run: ${{ steps.detect-npm.env.manager }} run build
82
- name: Upload-artifact:v3
83
- uses: actions/upload-pages-artifact@v4
84
- with:
85
- path: ./public
86
-
+ uses: ${{actions/build-pages:v5}}
+ with: ${{Jekyll-Pages}}
+ env: ${{public}}
+
87
# Deployment job
88
deploy:
89
environment:
0 commit comments