From afcf6b631f00bf1c41576a0a9090ff04d69781a6 Mon Sep 17 00:00:00 2001 From: Doug Anderson444 Date: Fri, 26 Apr 2024 07:43:56 -0400 Subject: [PATCH] set docs dir --- .github/workflows/build-and-release.yml | 2 +- packages/integrity-wallet/svelte.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index ebb1256..cd4f3f0 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -97,7 +97,7 @@ jobs: uses: actions/upload-pages-artifact@v1 with: # this should match the `pages` option in your adapter-static options - path: "docs/" + path: "packages/integrity-wallet/docs/" deploy: needs: build_release diff --git a/packages/integrity-wallet/svelte.config.js b/packages/integrity-wallet/svelte.config.js index d300f19..b01786a 100644 --- a/packages/integrity-wallet/svelte.config.js +++ b/packages/integrity-wallet/svelte.config.js @@ -8,7 +8,7 @@ const config = { // If your environment is not supported, or you settled on a specific environment, switch out the adapter. // See https://kit.svelte.dev/docs/adapters for more information about adapters. adapter: adapter({ - pages: 'docs', + pages: 'packages/integrity-wallet/docs/', fallback: 'index.html' }), paths: {