Skip to content

Commit

Permalink
Use base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ZetaTwo committed Dec 1, 2023
1 parent 6b16959 commit a48e6d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: npm run lint

- name: Build site
env:
BASE_URL: ${{ steps.pages.outputs.base_url }}
run: npm run build

- name: Run tests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
run: npm run lint

- name: Build site
env:
BASE_URL: ${{ steps.pages.outputs.base_url }}
run: npm run build

- name: Upload artifact
Expand Down

0 comments on commit a48e6d2

Please sign in to comment.