We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b2e97 commit be24ee7Copy full SHA for be24ee7
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
run: pnpm install --frozen-lockfile
31
32
- name: Setup Pages
33
- uses: actions/configure-pages@v5
+ uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
34
with:
35
static_site_generator: "sveltekit"
36
generator_config_file: "svelte.config.ts"
@@ -39,7 +39,7 @@ jobs:
39
run: node --run build
40
41
- name: Upload Artifacts
42
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
43
44
# this should match the `pages` option in your adapter-static options
45
path: 'build/'
0 commit comments