Skip to content

Remove CodeGL (#153) #4

Remove CodeGL (#153)

Remove CodeGL (#153) #4

Workflow file for this run

name: "GitHub Pages"
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
cache: 'yarn'
- run: yarn install
- run: yarn build:client
- run: yarn build:docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs