diff --git a/.github/workflows/cli-docs.yaml b/.github/workflows/cli-docs.yaml index 678aa412d..dcfb14b1a 100644 --- a/.github/workflows/cli-docs.yaml +++ b/.github/workflows/cli-docs.yaml @@ -1,7 +1,6 @@ name: cli-docs on: - # WIP just to test without bugging people with PRs pull_request: types: [edited, ready_for_review, converted_to_draft] @@ -30,10 +29,7 @@ jobs: uses: extractions/setup-just@v2 - name: Generate cli docs working-directory: vcluster-repo - run: | - pwd - ls - just generate-cli-docs + run: just generate-cli-docs - uses: actions/checkout@v4 with: repository: loft-sh/vcluster-docs