Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Lahteine <github@thinkyhead.com>2020-01-10 04:10:08 +0300
committerScott Lahteine <github@thinkyhead.com>2020-01-10 04:10:08 +0300
commit80568ddee3c31f915afe941ec7fad04b2e0899e5 (patch)
tree13df748313ed2b8694f91c060c29f898bfb74d01 /.github
parent95a817354692c284b12d1ac1e8fd43172d241c65 (diff)
Use 'deploy' branch
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/jekyll-pub.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll-pub.yml b/.github/workflows/jekyll-pub.yml
index 1bb49e16..291e86dd 100644
--- a/.github/workflows/jekyll-pub.yml
+++ b/.github/workflows/jekyll-pub.yml
@@ -8,7 +8,7 @@ name: Jekyll Deploy
on:
push:
- branch:
+ branches:
- deploy
jobs: