Skip to content

feat(git): added git network throttle to limit network related git op… #31

feat(git): added git network throttle to limit network related git op…

feat(git): added git network throttle to limit network related git op… #31

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