Skip to content

Add two FAQs about alternative snapshots to the README (#96) #96

Add two FAQs about alternative snapshots to the README (#96)

Add two FAQs about alternative snapshots to the README (#96) #96

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