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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Schreiner <HenrySchreinerIII@gmail.com>2022-09-29 15:28:32 +0300
committerGitHub <noreply@github.com>2022-09-29 15:28:32 +0300
commit1ff7951ed52fcf578469311feb900c3d8636f0b7 (patch)
tree16f9a451cd1524bdaef34b929e859397e1bfc677
parent59a6b49860c763886aac3fb4b6e65bdf6333256f (diff)
Update .github/workflows/hugo.ymlhenryiii-patch-1
-rw-r--r--.github/workflows/hugo.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml
index 9de54a5..342ddab 100644
--- a/.github/workflows/hugo.yml
+++ b/.github/workflows/hugo.yml
@@ -63,4 +63,8 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
+ if: >
+ success()
+ && github.ref == 'refs/heads/master'
+ && github.repository == 'halogenica/beautifulhugo'
uses: actions/deploy-pages@v1