File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Build and Deploy
2+ on :
3+ push :
4+ branches :
5+ - master
6+ jobs :
7+ build :
8+ runs-on : ubuntu-latest
9+
10+ steps :
11+ - uses : actions/checkout@v2
12+ - name : Deployment
13+ uses : AhsanAyaz/angular-deploy-gh-pages-actions
14+ with :
15+ github_access_token : ${{ secrets.ACCESS_TOKEN }} # see the Configuration section for how you can create secrets
16+ build_configuration : staging # The build environment for the app. please look configurations in your angular.json
17+ base_href : /angular-testing/ # make sure this corresponds to https://<your_username>.github.io/<base_href>/
18+ deploy_branch : gh-pages # The branch the action should deploy to.
19+ build_folder : dist/angular-testing # The folder where your project is supposed to be after running ng build by the action.
You can’t perform that action at this time.
0 commit comments