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

index 7e3c78f05d3227e6434c2deb4eda32ca89261b61..a2dd3114b25742801c14be20aece577762544ebc 100644 (file)
@@ -17,4 +17,4 @@ jobs:
         ORG: fennecdjay
         REPO: gwion-docs
       run: |
-        curl -d"{\"event_type\": \event\"}" -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"
+        curl -d"{\"event_type\": \"event\"}" -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"