Skip to content

Commit

Permalink
Update deploy-github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lotjeredcross authored Sep 23, 2024
1 parent 0adbb09 commit 9819c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Build
working-directory: 'helpful-information'
# NOTE: When the instance will be run on a custom (sub-)domain, remove the `--base-href`-flag+value.
run: 'npm run build:production -- --output-path=../www --base-href=/${GITHUB_REPOSITORY#*/}/'
run: 'npm run build:production -- --output-path=../www'
env:
# See all variables: https://github.com/rodekruis/helpful-information/blob/main/.env.example
NG_PRODUCTION: 'true'
Expand Down

0 comments on commit 9819c0c

Please sign in to comment.