Deploy the compiled docs to the `target` branch
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 12 Mar 2021 08:17:21 +0000 (09:17 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 12 Mar 2021 08:17:21 +0000 (09:17 +0100)
.github/workflows/deploy.yml

index a2146c88b28a756aca7015872ca5c9fde93adc70..cc75dc8433845e6ac920c8e58f50b4cf950762c6 100644 (file)
@@ -22,4 +22,4 @@ jobs:
         git config user.name "WoltLab GmbH"
         git config user.email "woltlab@woltlab.com"
     - name: Deploy documentation
-      run: mike deploy --push "${GITHUB_REF#refs/heads/}"
+      run: mike deploy --branch "target" --push "${GITHUB_REF#refs/heads/}"