diff --git a/.github/workflows/ghpagesdeploy.yml b/.github/workflows/ghpagesdeploy.yml index 5dfa8c5..cb3ce47 100644 --- a/.github/workflows/ghpagesdeploy.yml +++ b/.github/workflows/ghpagesdeploy.yml @@ -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://.github.io// 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.