From 83d6befe9270ff9521a0817912383adfc03528b9 Mon Sep 17 00:00:00 2001 From: Lovepreet Singh Jassal <17259255+lovepreetjassal@users.noreply.github.com> Date: Sat, 20 Apr 2024 21:09:25 -0400 Subject: [PATCH] Update ghpagesdeploy.yml --- .github/workflows/ghpagesdeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghpagesdeploy.yml b/.github/workflows/ghpagesdeploy.yml index cb3ce47..f7766e3 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/ # 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.