Skip to content

Add CI

Add CI #1

Workflow file for this run

name: Build package
on:
push:
branches: [ master ]
tags: [ '*' ]
pull_request:
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: install
run: yarn --frozen-lockfile
- name: build
run: yarn build
env:

Check failure on line 28 in .github/workflows/CI.yml

View workflow run for this annotation

GitHub Actions / Build package

Invalid workflow file

The workflow is not valid. .github/workflows/CI.yml (Line: 28, Col: 13): Unexpected value '' .github/workflows/CI.yml (Line: 29, Col: 9): Unexpected value 'BASE_PATH'
BASE_PATH: /my-app/
- name: create .nojekyll
run: touch .output/public/.nojekyll
- name: deploy pages
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: master
folder: .output/public