You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
github_access_token: ${{ secrets.ACCESS_TOKEN }} # see the Configuration section for how you can create secrets
23
+
angular_project_dir: Angular
24
+
build_configuration: production # The build environment for the app. please look configurations in your angular.json
25
+
deploy_branch: gh-pages # The branch the action should deploy to.
26
+
angular_dist_build_folder: Angular/dist/google-oidc-angular-aspnetweb-api-auth-code-flow # The folder where your project is supposed to be after running ng build by the action.
0 commit comments