Skip to content

Commit

Permalink
Advanced runner diagnostics enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Jwaegebaert committed Oct 3, 2023
1 parent 931a59e commit a5c94ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Check PR

on: pull_request

env:
ACTIONS_RUNNER_DEBUG: true

jobs:
build:
if: github.repository_owner == 'pnp'
Expand Down Expand Up @@ -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
5 changes: 5 additions & 0 deletions docs/src/config/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a5c94ec

Please sign in to comment.