Skip to content

fix(render): show correct key for home. Fixes #1796 #68

fix(render): show correct key for home. Fixes #1796

fix(render): show correct key for home. Fixes #1796 #68

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'folke' }}
env:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4
with:
ref: docs
- name: Generate Docs
shell: bash
run: gh workflow run "Deploy to Github Pages" --ref docs