Skip to content

Commit 086ffa2

Browse files
authored
Update docs.yml (#1710)
move to svelte-kit 1.1.3- output folder is named .svelte-kit instead of build
1 parent f22dccf commit 086ffa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Generate the sitemap
5555
uses: cicirello/generate-sitemap@v1
5656
with:
57-
path-to-root: './docs/build'
57+
path-to-root: './docs/.svelte-kit'
5858
drop-html-extension: true
5959
base-url-path: https://onboard.blocknative.com
6060

@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/upload-pages-artifact@v1
6666
with:
6767
# Upload entire repository
68-
path: './docs/build'
68+
path: './docs/.svelte-kit'
6969

7070
- name: Deploy to GitHub Pages
7171
id: deployment

0 commit comments

Comments
 (0)