Skip to content

Commit 2f82e9a

Browse files
authored
Update github-pages.yml
1 parent b0ae96e commit 2f82e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# branch on which the angular build will be deployed
4444
deploy_branch: gh-pages # optional, default is gh-pages
4545
# 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 # optional, default is dist
46+
angular_dist_build_folder: ${{ matrix.work_dir }}/dist # optional, default is dist
4747
# If the action should run 'ng lint'
4848
# run_lint: # optional
4949
# Will not fail the step if anything fails

0 commit comments

Comments
 (0)