Skip to content

Commit

Permalink
fix build path
Browse files Browse the repository at this point in the history
  • Loading branch information
abbychau committed Aug 15, 2023
1 parent 5698ae4 commit cf7f2f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ jobs:
env:
BASE_PATH: '/svelma'
run: |
cd docs
npm run build
touch build/.nojekyll
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v1
with:
# this should match the `pages` option in your adapter-static options
path: 'build/'
path: 'docs/build/'

deploy:
needs: build_site
Expand Down

0 comments on commit cf7f2f1

Please sign in to comment.