Skip to content

update screenshot, og thumbnail, readme #30

update screenshot, og thumbnail, readme

update screenshot, og thumbnail, readme #30

Workflow file for this run

name: GitHub Pages deploy
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install node
uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm ci
- run: npm run gha-export
- name: Deploy GitHub Pages
if: github.ref == 'refs/heads/main'
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: out