diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-07 16:24:20 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-07 16:24:20 +0200 |
commit | 7465cf9ee655030fc646f6b307e7f336c81787de (patch) | |
tree | 336bd4a86413f7461606bd123d8f017ab46d16a3 /.github | |
parent | README: update (diff) | |
download | sorting-algorithms-7465cf9ee655030fc646f6b307e7f336c81787de.tar.gz sorting-algorithms-7465cf9ee655030fc646f6b307e7f336c81787de.zip |
workflows: set remote port
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/jekyll.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index f74a22b..052dd7e 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -35,4 +35,5 @@ jobs: env: REMOTE_USER: '${{ secrets.REMOTE_USER }}' REMOTE_HOST: '${{ secrets.REMOTE_HOST }}' + REMOTE_PORT: '${{ secrets.REMOTE_PORT }}' REMOTE_DIR: '${{ secrets.REMOTE_DIR }}' |