diff --git a/.github/workflows/release-documentation.yml b/.github/workflows/release-documentation.yml index 75a736c687..22afde0450 100644 --- a/.github/workflows/release-documentation.yml +++ b/.github/workflows/release-documentation.yml @@ -1,4 +1,4 @@ -name: Docs Build (dpp.dev) +name: Docs Full Rebuild (dpp.dev) on: release: types: [published] @@ -11,7 +11,7 @@ jobs: docs: permissions: contents: write # Needs to be able to write to the repo. - name: Build Documentation + name: Rebuild all Documentation runs-on: ubuntu-24.04 concurrency: