Skip to content

Commit 8451821

Browse files
committed
fix: Undo workaround in deploy-workflow
1 parent 36f9a08 commit 8451821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
- name: Build
184184
working-directory: 'helpful-information'
185185
# 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'
186+
run: 'npm run build:production -- --output-path=../www --base-href=/${GITHUB_REPOSITORY#*/}/'
187187
env:
188188
# See all variables: https://github.com/rodekruis/helpful-information/blob/main/.env.example
189189
NG_PRODUCTION: 'true'

0 commit comments

Comments
 (0)