repos / pgit

static site generator for git
git clone https://github.com/picosh/pgit.git

commit
265aac7
parent
3251b79
author
Eric Bower
date
2023-11-11 05:16:27 +0000 UTC
fix(gha): add trailing slash to rsync
1 files changed,  +1, -1
M .github/workflows/static.yml
+1, -1
1@@ -34,7 +34,7 @@ jobs:
2         with:
3           user: hey
4           key: ${{ secrets.PRIVATE_KEY }}
5-          src: './public'
6+          src: './public/'
7           project: "git-pgit-${{ steps.vars.outputs.sha_short }}"
8           promote: "git-pgit"
9           retain: "git-pgit-"