Skip to content

chore: remove annoying warnings abbout regeex-ast first char #26

chore: remove annoying warnings abbout regeex-ast first char

chore: remove annoying warnings abbout regeex-ast first char #26

Workflow file for this run

name: 📖 Deploy docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy_pages:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'pnpm'
- uses: pnpm/action-setup@v2
name: Install pnpm

Check failure on line 22 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
with:
version: 8
- run: |
pnpm install
pnpm docs
touch docs/.nojekyll
- name: Deploy docs 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs # The folder the action should deploy.