We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea9fef commit 86123b6Copy full SHA for 86123b6
.github/workflows/deploy-ghpage.yml
@@ -15,6 +15,7 @@ jobs:
15
with:
16
build_configuration: staging # The build environment for the app. please look configurations in your angular.json
17
deploy_branch: gh-pages # The branch the action should deploy to.
18
+ base_href: '' # empty
19
angular_dist_build_folder: dist/drums-pattern-library # The folder where your project is supposed to be after running ng build by the action.
20
21
permissions:
0 commit comments