Skip to content

Commit

Permalink
build: Use correct relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpatiiuk committed Sep 10, 2023
1 parent 21d9f3a commit 07e3267
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
branches:
- main

workflow_dispatch:

# Allow one concurrent deployment
concurrency:
group: 'pages'
cancel-in-progress: true

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -25,7 +32,7 @@ jobs:
run: npx tsc

- name: Build
run: npm run build
run: npm run build -- --base /${{ github.repository }}/

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 07e3267

Please sign in to comment.