Skip to content

Commit

Permalink
Update ghpagesdeploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lovepreetjassal authored Apr 21, 2024
1 parent 3c7b9f6 commit 9f42afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghpagesdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build_configuration: production # The build environment for the app. please look configurations in your angular.json
base_href: /bockpit/ # make sure this corresponds to https://<your_username>.github.io/<base_href>/
deploy_branch: gh-pages # The branch the action should deploy to.
angular_dist_build_folder: dist/browser/bockpit # The folder where your project is supposed to be after running ng build by the action.
angular_dist_build_folder: dist/browser/ # The folder where your project is supposed to be after running ng build by the action.
- run: ls
permissions:
contents: write # Allow write permission to GITHUB_TOKEN to commit to deploy branch.

0 comments on commit 9f42afb

Please sign in to comment.