Skip to content

Merge pull request #38 from arongida/development #35

Merge pull request #38 from arongida/development

Merge pull request #38 from arongida/development #35

Workflow file for this run

name: Deploy Frontend to GH Pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Adding Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Prepare and deploy
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
npm install
npm run ng -- deploy --base-href=/chungus-battles-frontend/ --name="arongida" [email protected]