From c27eab668d3a8dac9116d007686237e922c33db8 Mon Sep 17 00:00:00 2001 From: kekskurse Date: Wed, 19 Jul 2023 14:59:15 +0200 Subject: [PATCH] Stuff --- .forgejo/workflows/deplo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/deplo.yml b/.forgejo/workflows/deplo.yml index 8ebac9b..7d73970 100644 --- a/.forgejo/workflows/deplo.yml +++ b/.forgejo/workflows/deplo.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: true # Fetch Hugo themes (true OR recursive) - fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod + fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo uses: https://github.com/peaceiris/actions-hugo@v2 @@ -34,6 +34,6 @@ jobs: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }} key: ${{ secrets.KEY }} - source: "*" + source: "public/*" target: "/var/www/kekskurse.de/" - working-directory: "public/" \ No newline at end of file + strip_components: 1 \ No newline at end of file