Skip to content

Fix the fixed pic

Fix the fixed pic #93

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Use Node.js '12.x'
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install
- run: npm run export
- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
ACCESS_TOKEN: ${{ secrets.GH_PAT }}
BRANCH: gh-pages
FOLDER: __sapper__/export