Skip to content

Commit

Permalink
chore: remove base for website path
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari authored Nov 14, 2024
1 parent 5c19700 commit 175bf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build with VitePress
run: npm run build -- --base=/public-website/
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 175bf4a

Please sign in to comment.