Skip to content

Merge pull request #3119 from datatrue-analytics/dependabot/github_ac… #2601

Merge pull request #3119 from datatrue-analytics/dependabot/github_ac…

Merge pull request #3119 from datatrue-analytics/dependabot/github_ac… #2601

Workflow file for this run

name: Docs
on:
push:
branches: [main]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js 20
uses: actions/[email protected]
with:
node-version: 20
- name: npm install
run: npm install
- name: Generate docs
run: npm run docs
- name: Deploy docs
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs
clean: true