projects
/
GitHub
/
WoltLab
/
woltlab.github.io.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68b8cb8
)
Deploy the compiled docs to the `target` branch
author
Tim Düsterhus
<duesterhus@woltlab.com>
Fri, 12 Mar 2021 08:17:21 +0000
(09:17 +0100)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Fri, 12 Mar 2021 08:17:21 +0000
(09:17 +0100)
.github/workflows/deploy.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/deploy.yml
b/.github/workflows/deploy.yml
index a2146c88b28a756aca7015872ca5c9fde93adc70..cc75dc8433845e6ac920c8e58f50b4cf950762c6 100644
(file)
--- 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/}"