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 a48e6d2 commit 9ea0306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

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

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

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

- name: Upload artifact
Expand Down

0 comments on commit 9ea0306

Please sign in to comment.