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

index c565d8a14d36f8dc370d4eb812b216392e5d2e31..640a0b8a18969f825f841279ed98ac6243a3a4bb 100644 (file)
@@ -16,4 +16,5 @@ jobs:
       env:
         ORG: fennecdjay
         REPO: gwion-docs
-      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"