Skip to content

update css docs (#477) #96

update css docs (#477)

update css docs (#477) #96

Workflow file for this run

name: Deploy main → gh-pages/latest
on:
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
permissions: write-all
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: pages
cancel-in-progress: false
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup repo 🔧
uses: ./.github/actions
- name: Build site
env:
BASE_PATH: "/latest"
TARGET_FOLDER: latest
run: pnpm buildRepo
- name: Deploying latest 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: out
target-folder: latest
clean: false