Skip to content

Use CopyNameAndLength in Snapshot.wrap (#86) #91

Use CopyNameAndLength in Snapshot.wrap (#86)

Use CopyNameAndLength in Snapshot.wrap (#86) #91

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
- run: npm install
- run: npm run build
- run: |
npx gh-pages -d build \
-b gh-pages \
--repo "https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git" \
--user "Auto Doc Publisher <[email protected]>" \
--no-history