From: Jérémie Astor Date: Thu, 1 Oct 2020 16:28:28 +0000 (+0200) Subject: :wrench: Improve CI X-Git-Tag: nightly~1259 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=2c16b6e4968c630b2fa2c7a1e6875f2bb6134840;p=gwion.git :wrench: Improve CI --- diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 6b68089c..c565d8a1 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -12,8 +12,8 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - - env: + - name: Trigger docs build + env: ORG: fennecdjay REPO: gwion-docs - - name: Trigger docs build - run: curl -H "Content-Type: application/json" -H "Authorization: token ${{ secrets.GWION_DOC }}" -H "Accept: application/vnd.github.everest-preview+json" "https://api.github.com/repos/${ORG}/${REPO}/dispatches" + run: curl -H "Content-Type: application/json" -H "Authorization: token ${{ secrets.GWION_DOC }}" -H "Accept: application/vnd.github.everest-preview+json" "https://api.github.com/repos/${ORG}/${REPO}/dispatches"