Skip to content

updated info

updated info #83

Workflow file for this run

name: Deploy to GitHub page via angular-cli-ghpages
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js of at least 18
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- name: Install dependency and start angular-cli-ghpages's Deploy action
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
npm install
npm run ng -- deploy --base-href=/${{github.event.repository.name}}/ --name="Github Action @CyberExplosion" --email="magnumoptics@gmail.com"