Skip to content

DP-724: Unapproved buyers should not have the buyer role until approved #2202

DP-724: Unapproved buyers should not have the buyer role until approved

DP-724: Unapproved buyers should not have the buyer role until approved #2202

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/*