From c3d1fc0a7000ab4b4beeb7aefdc08c0022db263f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 12 Mar 2021 09:17:21 +0100 Subject: [PATCH] Deploy the compiled docs to the `target` branch --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a2146c88..cc75dc84 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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/}" -- 2.20.1