Skip to content

Merge pull request #407 from StefanSchoof/patch-5 #733

Merge pull request #407 from StefanSchoof/patch-5

Merge pull request #407 from StefanSchoof/patch-5 #733

Workflow file for this run

name: documentation
on:
push:
branches: [main]
jobs:
gh-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prepare
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install
run: npm ci
- name: Build
run: npm run build
- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Generate docs from templates
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build