diff --git a/.github/workflows/check_pr.yml b/.github/workflows/check_pr.yml index 01de31e8306..ef34723df20 100644 --- a/.github/workflows/check_pr.yml +++ b/.github/workflows/check_pr.yml @@ -2,6 +2,9 @@ name: Check PR on: pull_request +env: + ACTIONS_RUNNER_DEBUG: true + jobs: build: if: github.repository_owner == 'pnp' @@ -122,6 +125,10 @@ jobs: run: npm ci working-directory: docs + - name: Docs clear + run: npm run clear + working-directory: docs + - name: Build docs run: npm run build working-directory: docs diff --git a/docs/src/config/sidebars.js b/docs/src/config/sidebars.js index 8d551116fe4..d55c8c52e0e 100644 --- a/docs/src/config/sidebars.js +++ b/docs/src/config/sidebars.js @@ -4226,6 +4226,11 @@ const sidebars = { }, { 'Creating a new command': [ + { + type: 'doc', + label: 'New command sample', + id: 'contribute/new-command/step-by-step-guide' + }, { type: 'doc', label: 'Command logic',