Skip to content

API method to get all user with pending request to join organisation and unit test #2200

API method to get all user with pending request to join organisation and unit test

API method to get all user with pending request to join organisation and unit test #2200

Workflow file for this run

name: Docs
on:
push:
branches: [main]
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
name: Build documentation
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
run: cd docs && make build
- name: Publish
if: github.ref == 'refs/heads/main' && github.repository_owner == 'cabinetoffice'
run: cd docs && make publish
- name: Upload Documentation
uses: actions/upload-artifact@v4
with:
name: Documentation
path: docs/build/*