Skip to content

Unpin gh pages deploy action (maybe this will make it work!) #2

Unpin gh pages deploy action (maybe this will make it work!)

Unpin gh pages deploy action (maybe this will make it work!) #2

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- master
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install Dependencies
run: npm install
- name: Generate Documentation
run: npm run docs
- name: Deploy
uses: JamesIves/github-pages-deploy-action
with:
branch: gh-pages
folder: docs