Skip to content

chore: change folder again #4

chore: change folder again

chore: change folder again #4

Workflow file for this run

name: Deploy docs to GitHub pages
on:
push:
branches:
- deploy-docs
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- name: Build
run: pnpm site && pnpm postsite
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dev/dist