Skip to content

Merge pull request #438 from lets-cli/fix/root-dir-semantics #129

Merge pull request #438 from lets-cli/fix/root-dir-semantics

Merge pull request #438 from lets-cli/fix/root-dir-semantics #129

Workflow file for this run

name: Docs
on:
push:
branches:
- master
jobs:
docs:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
cache: npm
cache-dependency-path: docs/package-lock.json
node-version: 24.18.0
- name: Install dependencies
run: npm ci
working-directory: ./docs
- name: Copy install.sh to static
run: cp ./install.sh ./docs/static/install.sh
- name: Build website
run: npm run build
working-directory: ./docs
- name: Deploy
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com