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 3980195 commit b0ae96eCopy full SHA for b0ae96e
.github/workflows/github-pages.yml
@@ -43,7 +43,7 @@ jobs:
43
# branch on which the angular build will be deployed
44
deploy_branch: gh-pages # optional, default is gh-pages
45
# The folder in which `ng build` provides its output. This is the folder which will be deployed to the `deploy_branch`.
46
- angular_dist_build_folder: ./${{ matrix.work_dir }}/dist/${{ matrix.base_href }} # optional, default is dist
+ angular_dist_build_folder: ./${{ matrix.work_dir }}/dist # optional, default is dist
47
# If the action should run 'ng lint'
48
# run_lint: # optional
49
# Will not fail the step if anything fails
0 commit comments