Skip to content

Commit

Permalink
chore: update deploy action baseHref/dist paths
Browse files Browse the repository at this point in the history
  • Loading branch information
artaommahe authored Jun 3, 2024
1 parent 94e935a commit 8091419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
run: npm run build --base-href=/akker/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./dist/akker
path: ./dist/akker/browser

deploy:
environment:
Expand Down

0 comments on commit 8091419

Please sign in to comment.