diff --git a/.github/workflows/docs-on-pr-close.yml b/.github/workflows/docs-on-pr-close.yml index fdc0b97..d5eed0e 100644 --- a/.github/workflows/docs-on-pr-close.yml +++ b/.github/workflows/docs-on-pr-close.yml @@ -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 @@ -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 diff --git a/docs/pangolin.md b/docs/pangolin.md index f06f7a1..ee2179d 100644 --- a/docs/pangolin.md +++ b/docs/pangolin.md @@ -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