Skip to content

Bump version to v6.2436.0 #110

Bump version to v6.2436.0

Bump version to v6.2436.0 #110

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