Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/docs-on-pr-close.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Update docs

# Disabled — restore pull_request trigger to re-enable.
on:
pull_request:
types: [closed]
branches: [main]
workflow_dispatch:

env:
DOCS_PR_BRANCH: chore/bot-regenerate-cli-docs
Expand All @@ -18,7 +17,7 @@ concurrency:

jobs:
generate-docs-pr:
if: ${{ github.event.pull_request.merged == true && github.event.pull_request.head.ref != 'chore/bot-regenerate-cli-docs' }}
if: false # Disabled — remove this line to re-enable.
runs-on: ubuntu-latest
steps:
- name: Checkout main
Expand Down
1 change: 0 additions & 1 deletion docs/pangolin.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Pangolin CLI

* [pangolin apply](pangolin_apply.md) - Apply commands
* [pangolin auth](pangolin_auth.md) - Authentication commands
* [pangolin auth-daemon](pangolin_auth-daemon.md) - Start the auth daemon
* [pangolin down](pangolin_down.md) - Stop a connection
* [pangolin list](pangolin_list.md) - List resources and other items from the server
* [pangolin login](pangolin_login.md) - Login to Pangolin
Expand Down
Loading