Skip to content

If-then-else

If-then-else #67

Workflow file for this run

name: ci
on:
push:
branches:
- update
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- name: Prepare and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm ci --legacy-peer-deps
npm run deploy