Skip to content

🐞 fix(actions): add pages check #1

🐞 fix(actions): add pages check

🐞 fix(actions): add pages check #1

Workflow file for this run

name: Pages Check
run-name: ${{ github.actor }} is checking pages deployment πŸš€
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: πŸ› οΈ Checkout
uses: actions/checkout@v2

Check failure on line 10 in .github/workflows/pages-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pages-check.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- name: Init pnpm
uses: pnpm/action-setup@v2
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Build with VitePress
run: |
pnpm run docs:build
touch docs/.vitepress/dist/.nojekyll