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 769003c commit db89c4fCopy full SHA for db89c4f
.github/workflows/deploy-quarto-static-site.yml
@@ -1,7 +1,8 @@
1
-# Deploys a static site -- Intended to be called from another workflow e.g.
2
-# uses: TimChild/webserver-template/deploy-static-site@main
+# Deploys a quarto static site -- Intended to be called from another workflow e.g.
+# uses: TimChild/webserver-template/deploy-quarto-static-site@main
3
# with:
4
-# DROPLET_IP: ${{ secrets.DROPLET_IP }}
+# vps-ip: ${{ secrets.DROPLET_IP }}
5
+# ...
6
7
name: Deploy Quarto Site
8
0 commit comments