From 19035e45de6a676925b66ecffe74f281306b3f31 Mon Sep 17 00:00:00 2001 From: DerTyp7 Date: Tue, 26 Sep 2023 15:39:18 +0200 Subject: [PATCH] use production build conf --- .github/workflows/deploy-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index af04b65..b87e1e3 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -14,7 +14,7 @@ jobs: uses: AhsanAyaz/angular-deploy-gh-pages-actions@v1.4.0 ## replace by latest version without it you will see Expected format {org}/{repo}[/path]@ref. Actual 'AhsanAyaz/angular-deploy-gh-pages-actions',Input string was not in a correct format. with: github_access_token: ${{ secrets.GITHUB_TOKEN }} # see the Configuration section for how you can create secrets - build_configuration: staging # The build environment for the app. please look configurations in your angular.json + build_configuration: production # The build environment for the app. please look configurations in your angular.json base_href: /local-analyzer-angular/ # make sure this corresponds to https://.github.io// deploy_branch: gh-pages # The branch the action should deploy to. angular_dist_build_folder: dist/local-analyzer # The folder where your project is supposed to be after running ng build by the action.