Skip to content

Prevent API call non-interactive device login (#225) #95

Prevent API call non-interactive device login (#225)

Prevent API call non-interactive device login (#225) #95

name: Documentation Website Deploy CI
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: 'documentation'
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Build
run: |
yarn
yarn next build
yarn next export
touch out/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: documentation/out