Skip to content

Commit

Permalink
Update svelte.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex authored Nov 7, 2024
1 parent 37f84d1 commit b415a32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/svelte.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
node-version: 20
cache: npm

- name: Install dependencies
run: npm install

- name: build
env:
BASE_PATH: '/${{ github.event.repository.name }}'
BASE_PATH: '/${{ github.event.repository.name }}'
run: |
npm run build
npm run build
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v3
with:
# this should match the `pages` option in your adapter-static options
path: 'docs/'
# this should match the `pages` option in your adapter-static options
path: 'docs/'

deploy:
needs: build_site
Expand Down

0 comments on commit b415a32

Please sign in to comment.