Fix indentation.

This commit is contained in:
Andreas Tasch 2021-11-12 14:32:14 +01:00 committed by Andrew Camilleri
parent 08a3fb76fb
commit 609fd131eb

View file

@ -41,9 +41,9 @@ jobs:
enabled: true enabled: true
image: circleci/classic:201808-01 image: circleci/classic:201808-01
steps: steps:
- run: - run:
command: | command: |
curl -X POST -H "Authorization: token $GH_PAT" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/btcpayserver/btcpayserver-doc/dispatches --data '{"event_type": "build_docs"}' curl -X POST -H "Authorization: token $GH_PAT" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/btcpayserver/btcpayserver-doc/dispatches --data '{"event_type": "build_docs"}'
# publish jobs require $DOCKERHUB_REPO, $DOCKERHUB_USER, $DOCKERHUB_PASS defined # publish jobs require $DOCKERHUB_REPO, $DOCKERHUB_USER, $DOCKERHUB_PASS defined
amd64: amd64: