Skip to content

Merge pull request #109 from a-thousand-channels/dependabot/npm_and_y… #431

Merge pull request #109 from a-thousand-channels/dependabot/npm_and_y…

Merge pull request #109 from a-thousand-channels/dependabot/npm_and_y… #431

Workflow file for this run

name: deploy
on: [push, pull_request]
jobs:
deploy-run:
runs-on: ${{ matrix.os }}
name: Deploy
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup node env
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- name: Install dependencies 📦
run: yarn
- name: Generate 🔩
run: yarn run generate
env:
PUBLIC_PATH: '/fgtq-client/'
- name: Deploy 🏁
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist