Auto Merge of PR 22 - workflow-test-run_2025-07-21T13-30-22

Merged by Trez.One
This commit was merged in pull request #22.
This commit is contained in:
2025-07-22 16:57:35 -04:00
@@ -154,9 +154,11 @@ jobs:
hugo-version: "latest" hugo-version: "latest"
extended: true extended: true
- name: Setup rsync - name: Setup rsync
id: setup-rsync
uses: GuillaumeFalourd/setup-rsync@v1.2 uses: GuillaumeFalourd/setup-rsync@v1.2
with: with:
ssh-key: ${{ secrets.VPS_DEPLOY_KEY }} ssh-key: ${{ secrets.VPS_DEPLOY_KEY }}
- run: echo "SSK KEY PATH ${{ steps.setup_rsync.outputs.ssh_key_path }}"
- name: Testing rsync - name: Testing rsync
env: env:
VPS_DEPLOY_USER: ${{ secrets.HUGO_DEPLOY_USERNAME }} VPS_DEPLOY_USER: ${{ secrets.HUGO_DEPLOY_USERNAME }}