We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f9a08 commit 8451821Copy full SHA for 8451821
.github/workflows/deploy-github-pages.yml
@@ -183,7 +183,7 @@ jobs:
183
- name: Build
184
working-directory: 'helpful-information'
185
# NOTE: When the instance will be run on a custom (sub-)domain, remove the `--base-href`-flag+value.
186
- run: 'npm run build:production -- --base-href=/${GITHUB_REPOSITORY#*/}/ && mv ./www ../www'
+ run: 'npm run build:production -- --output-path=../www --base-href=/${GITHUB_REPOSITORY#*/}/'
187
env:
188
# See all variables: https://github.com/rodekruis/helpful-information/blob/main/.env.example
189
NG_PRODUCTION: 'true'
0 commit comments