Skip to content

Commit

Permalink
set docs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Apr 26, 2024
1 parent 9728383 commit afcf6b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/integrity-wallet/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit afcf6b6

Please sign in to comment.