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

github.com/kc0bfv/autophugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl <kc0bfv@gmail.com>2021-09-13 06:05:23 +0300
committerKarl <kc0bfv@gmail.com>2021-09-13 06:05:23 +0300
commit01e1d1648093b6ba24eb08729d66c0dbd30e387c (patch)
tree83a62b0607f055cb8b8a9a915493f5bfb5105084
parent414ea49799f36226333691d8666b3518a9a8c48c (diff)
Allow building the demo site on push to branch
We want to see changes to cur_ver_release on the demo site. Not a 100% great choice here - but, I want to get some test feedback in a way that will work with facebook & twitter.
-rw-r--r--.github/workflows/build_github_pages.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_github_pages.yml b/.github/workflows/build_github_pages.yml
index 45114c2..df7a547 100644
--- a/.github/workflows/build_github_pages.yml
+++ b/.github/workflows/build_github_pages.yml
@@ -3,6 +3,7 @@ on:
push:
branches:
- master
+ - cur_ver_release
jobs:
build-github-pages:
runs-on: ubuntu-latest