Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
milanholemans committed Oct 2, 2023
1 parent aca68bd commit 087f6cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ jobs:
name: coverage-${{ matrix.os }}-${{ matrix.nodeRun }}
path: coverage.tar
test_docs:
if: github.repository_owner == 'pnp'
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/cmd/aad/group/group-user-list.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# aad group user list

Lorem ipsum dolor sit amet.
5 changes: 5 additions & 0 deletions docs/src/config/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ const sidebars = {
type: 'doc',
label: 'group remove',
id: 'cmd/aad/group/group-remove'
},
{
type: 'doc',
label: 'group user list',
id: 'cmd/aad/group/group-user-list'
}
]
},
Expand Down

0 comments on commit 087f6cd

Please sign in to comment.