Skip to content

Update CI

Update CI #5

Workflow file for this run

name: Build package
on:
push:
branches: [ master ]
tags: [ '*' ]
pull_request:
workflow_dispatch:
permissions:
contents: write
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:
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