Skip to content

Update dependency redocusaurus to v1.6.3 #94

Update dependency redocusaurus to v1.6.3

Update dependency redocusaurus to v1.6.3 #94

Workflow file for this run

name: Deploy Docusaurus to GitHub Pages
on:
push:
branches: [ main ]
# enables manual runs
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # $GITHUB_WORKSPACE
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
- name: Install dependencies
run: npm install
- name: Build the Docusaurus app
run: npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages # the branch for the deployment
folder: build # the folder getting deployed