Skip to content

Merge pull request #8 from togostanza/feature/add-relate-stanza #21

Merge pull request #8 from togostanza/feature/add-relate-stanza

Merge pull request #8 from togostanza/feature/add-relate-stanza #21

Workflow file for this run

name: Publish GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: "14"
- name: Workaround for npm v7 bug. Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://[email protected]/
- run: npm ci
- run: npx togostanza build
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist