Skip to content

build(deps): bump tar and @angular/cli #338

build(deps): bump tar and @angular/cli

build(deps): bump tar and @angular/cli #338

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up node.js
uses: actions/setup-node@v4.4.0
with:
node-version: '24'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build --base-href=/SlayerCalc/
- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist/tz-tok-bob/browser
token: ${{ secrets.TOKEN }}