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"