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

github.com/janraasch/hugo-scroll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2020-07-09 11:37:04 +0300
committerGitHub <noreply@github.com>2020-07-09 11:37:04 +0300
commit90cb9bdf3e2e979ed00c0cc3f80a054fb65770a0 (patch)
treeb1968eee5242c81d8ddf8784f2852f516052dda3 /.github
parentde29d1bd1f9cc0ee68b26bd9a71c2ddd12b7cf36 (diff)
chore(ci): remove ref-check
😅... Trying to figure out how to get this to work...
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d19fce3..2a1564e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
run: hugo --minify --gc --source ./exampleSite --baseURL https://janraasch.github.io/hugo-scroll/
- name: Deploy to GitHub Pages
- if: github.event_name == 'push' && github.ref == 'master'
+ if: github.event_name == 'push'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}