diff --git a/.github/workflows/debug_build.yml b/.github/workflows/debug_build.yml index 681fba5c..c6fc4578 100644 --- a/.github/workflows/debug_build.yml +++ b/.github/workflows/debug_build.yml @@ -24,7 +24,7 @@ jobs: with: artifact_name: NewHorizons-Schemas-Debug Build_Docs: - name: 'Update Docs' + name: 'Build Docs' needs: Build if: ${{ needs.Build.outputs.schemas_changed == 'true' }} uses: './.github/workflows/docs_build.yml'