aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-04 18:25:48 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-04 18:25:48 +0200
commit716467714d3771b28e363e92b43bd153a8bce135 (patch)
tree5c770713dcdc0cc57de400224579faf95b7cf419 /.github
parentREADME: update (diff)
downloadblog-716467714d3771b28e363e92b43bd153a8bce135.tar.gz
blog-716467714d3771b28e363e92b43bd153a8bce135.zip
workflows/jekyll: deploy on manual runs also
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/jekyll.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
index a918d1c..2d33996 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.yml
@@ -35,4 +35,4 @@ jobs:
REMOTE_HOST: '${{ secrets.REMOTE_HOST }}'
REMOTE_PORT: '${{ secrets.REMOTE_PORT }}'
REMOTE_DIR: '${{ secrets.REMOTE_DIR }}'
- if: github.event_name == 'push' && github.ref == 'refs/heads/gh-pages'
+ if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/gh-pages'