From ff7311b3ccf1813d3bb10208facd7e5b50a2adc4 Mon Sep 17 00:00:00 2001 From: Lovepreet Singh Jassal <17259255+lovepreetjassal@users.noreply.github.com> Date: Sat, 20 Apr 2024 21:11:46 -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 f7766e3..47565fb 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/bockpit/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.