Skip to content

[docs] Add Matthew Podwysocki to authors (#1664) #3609

[docs] Add Matthew Podwysocki to authors (#1664)

[docs] Add Matthew Podwysocki to authors (#1664) #3609

Workflow file for this run

name: GitHub Pages
on:
workflow_dispatch:
push:
branches:
- main
- dev
# tags:
# - "[0-9]+.[0-9]+.[0-9]+"
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
fetch-depth: 10
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm install:playwright
- name: build all
run: pnpm build
- name: no jekyll
run: touch docs/dist/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
folder: docs/dist
single-commit: true