Skip to content

Merge pull request #129 from entria/dependabot/npm_and_yarn/http-prox… #83

Merge pull request #129 from entria/dependabot/npm_and_yarn/http-prox…

Merge pull request #129 from entria/dependabot/npm_and_yarn/http-prox… #83

Workflow file for this run

name: documentation
on:
push:
branches:
- main
jobs:
gh-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Build website
run: |
yarn install --frozen-lockfile
yarn build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build