diff --git a/.github/workflows/push_main.yml b/.github/workflows/push_main.yml index 8650998..13d32ec 100644 --- a/.github/workflows/push_main.yml +++ b/.github/workflows/push_main.yml @@ -1,8 +1,3 @@ -# -------------------------------------------------------------- -# WARNING: This file is managed by centralized sync management system. -# Do not edit this file directly, your changes will be overwritten. -# See https://github.com/orange-cloudavenue/workflows for more information. -# -------------------------------------------------------------- name: Push main on: push: @@ -18,6 +13,6 @@ permissions: contents: write jobs: - request-doc-update: - name: "Request doc update" + publish-doc: + name: "Publish Documentation" uses: orange-cloudavenue/workflows/.github/workflows/doc_publish.yml@main \ No newline at end of file