Skip to content

Update README.md

Update README.md #4

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
# pull_request:
# branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build
run: |
yarn
yarn build
env:
CI: true
BASE_PATH: /dinnerslot-web
GITHUB_PAGES: true
- name: deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out