Skip to content

Commit

Permalink
Hugo fixes (#64)
Browse files Browse the repository at this point in the history
* working fixes

* Remove v3 theme

* theme updates

* non-theme

* Upgrade to Tohav4.6

* build-fix

* build-fix

* add extended version

* update rssh
  • Loading branch information
davidgs authored Oct 15, 2024
1 parent e257a3f commit 301d652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
- name: Build
run: cd DavidgsWeb; hugo mod get && hugo mod npm pack && npm install && hugo --minify
- name: rsync deployments
uses: burnett01/rsync-deployments@4.1
uses: burnett01/rsync-deployments@7.0.1
with:
switches: -avzr
path: ./DavidgsWeb/public/
remote_path: /home/${{ secrets.SSH_USER }}/www
remote_path: ${{ secrets.REMOTE_PATH }}
remote_host: ${{ secrets.SSH_HOST }}
remote_port: ${{ secrets.SSH_PORT }}
remote_user: ${{ secrets.SSH_USER }}
Expand Down

0 comments on commit 301d652

Please sign in to comment.