Skip to content

🐛 Enable usePolling on Windows to fix file-lock (#1523) #52

🐛 Enable usePolling on Windows to fix file-lock (#1523)

🐛 Enable usePolling on Windows to fix file-lock (#1523) #52

Workflow file for this run

name: Publish Docs
on:
push:
branches: [main]
paths:
- "docs/**"
workflow_dispatch:
jobs:
jekyll:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
working-directory: docs
- uses: limjh16/jekyll-action-ts@v2
with:
jekyll_src: docs
gem_src: docs
enable_cache: true
- uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: _site
git-config-name: ${{ secrets.BOT_NAME }}
git-config-email: ${{ secrets.BOT_EMAIL }}
commit-message: 🚀 Deploy docs
clean: true
clean-exclude: |
playground
force: false