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

index 98408564521fc5e0d3ece30c25508c8cb56c45f5..6b68089c7c5dd42bc395f86fc1103d652d013193 100644 (file)
@@ -16,4 +16,4 @@ jobs:
         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"