]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Improve CI
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 1 Oct 2020 16:28:28 +0000 (18:28 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 1 Oct 2020 16:28:28 +0000 (18:28 +0200)
.github/workflows/doc.yml

index 6b68089c7c5dd42bc395f86fc1103d652d013193..c565d8a14d36f8dc370d4eb812b216392e5d2e31 100644 (file)
@@ -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"