Skip to content

chore(web-extension-v2): remove package (#317) #157

chore(web-extension-v2): remove package (#317)

chore(web-extension-v2): remove package (#317) #157

name: Deploy gh-pages
on:
push:
branches: [base]
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Build demo site
run: |
yarn install
cd packages/demo-site
yarn build
- name: GitHub Pages
uses: crazy-max/[email protected]
with:
# Build directory to deploy
build_dir: ./packages/demo-site/out
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}