We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de2ec6 commit fdee320Copy full SHA for fdee320
actions/deploy-quarto-static-site/action.yml
@@ -88,7 +88,7 @@ runs:
88
with:
89
host: ${{ inputs.vps-ip }}
90
username: ${{ inputs.ssh-user }}
91
- key: ${{ secrets.ssh-private-key }}
+ key: ${{ inputs.ssh-private-key }}
92
port: 22
93
source: ./_site/ # This is the default build directory for Quarto
94
target: sites/${{ inputs.site-name }}/static/
@@ -100,7 +100,7 @@ runs:
100
101
102
103
104
# Note: This script is present on the server from the webserver setup
105
script: |
106
./scripts/webserver-update-static-files.sh
0 commit comments