Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag committed Jun 18, 2024
1 parent b56ad28 commit 278f801
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
uses: kytta/zola-build-pages@v1
with:
zola-version: "0.18.0"
output-dir: "./output"
- name: "Deploy site"
if: ${{ github.ref_name == 'main' }}
uses: burnett01/[email protected]
with:
switches: -rav --delete
path: public/
path: output/
remote_path: /var/www/virtual/n4th4n/html/bullenscheisse.de/
remote_host: chiron.uberspace.de
remote_user: n4th4n
Expand Down

0 comments on commit 278f801

Please sign in to comment.