Skip to content

Update technologies.component.ts #35

Update technologies.component.ts

Update technologies.component.ts #35

name: Build and Deploy
on:
workflow_dispatch:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Angular Deploy to gh-pages
uses: AhsanAyaz/[email protected]
with:
github_access_token: ${{ secrets.ACCESS_TOKEN }} # see the Configuration section for how you can create secrets
base_href: infographic-resume # make sure this corresponds to https://<your_username>.github.io/<base_href>/
deploy_branch: gh-pages # The branch the action should deploy to.
angular_dist_build_folder: dist/infographic-resume # The folder where your project is supposed to be after running ng build by the action.