Skip to content

Commit

Permalink
Fix base path for GitHub pages
Browse files Browse the repository at this point in the history
The upgrade to Yarn caused a regression with providing a base path for
the location of the GitHub Pages files.
  • Loading branch information
mikelorant committed Mar 20, 2024
1 parent a67436f commit 60c19e6
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 @@ -35,7 +35,7 @@ jobs:
run: yarn install

- name: Build
run: yarn run build -- --base /from-ticket-to-pull-request/
run: yarn run build --base /from-ticket-to-pull-request/

- uses: actions/configure-pages@v4

Expand Down

0 comments on commit 60c19e6

Please sign in to comment.