Publish only from the main branch
Jekyll / jekyll (pull_request) Successful in 19s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-23 21:31:40 +02:00
parent 83ca189fc9
commit b2b82838a6
1 changed files with 2 additions and 2 deletions

View File

@ -45,13 +45,13 @@ jobs:
jekyll build --verbose
- name: Prepare ssh key
id: prepare_ssh_key
#if: ${{ github.ref == 'main' }}
if: ${{ github.ref == 'main' }}
run: |
echo "${{ secrets.WWW_DEPLOY_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
- name: Publish Jekyll site
id: publish_site
#if: ${{ github.ref == 'main' }}
if: ${{ github.ref == 'main' }}
run: |
rsync -halvi \
-e "ssh -a -x -o StrictHostKeyChecking=no" \