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>2019-12-22 00:44:49 +0300
committerScott Lahteine <github@thinkyhead.com>2019-12-22 00:44:49 +0300
commit7956a63066b2fa221c9fe5c9de87e4e42392a74a (patch)
tree4a036659f8f1543a8259907c3695f89f60fb8b81 /.github
parente94a3560c816cd11f2f9b9dfd6953de7080471f0 (diff)
Revert
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/jekyll-pub.workflow15
-rw-r--r--.github/workflows/jekyll-pub.yml21
2 files changed, 21 insertions, 15 deletions
diff --git a/.github/workflows/jekyll-pub.workflow b/.github/workflows/jekyll-pub.workflow
deleted file mode 100644
index 6aacc43d..00000000
--- a/.github/workflows/jekyll-pub.workflow
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# jekyll-pub.workflow
-#
-# Publish the Jekyll site whenever 'master' is pushed
-#
-
-workflow "Jekyll build now" {
- resolves = [ "Jekyll Action" ]
- on = "push"
-}
-
-action "Jekyll Action" {
- uses = "actions/checkout@v1"
- secrets = [ "JEKYLL_PAT" ]
-}
diff --git a/.github/workflows/jekyll-pub.yml b/.github/workflows/jekyll-pub.yml
new file mode 100644
index 00000000..d4dcee92
--- /dev/null
+++ b/.github/workflows/jekyll-pub.yml
@@ -0,0 +1,21 @@
+#
+# jekyll-pub.yml
+#
+# Publish the Jekyll site whenever 'master' is pushed
+#
+
+on:
+ push:
+ branch:
+ - master
+
+jobs:
+ publish:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: Check out master
+ uses: actions/checkout@v1
+ - name: Publish the site
+ run: source .github/mfpub.sh