From c26e12c3097c34c6695e9a4d3b67d8a0ba2dbf71 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Wed, 10 Jan 2024 00:17:26 +0000 Subject: [PATCH] final real v2 --- .github/workflows/docs.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 583974823ae..fa92bc1e6d5 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -3,6 +3,7 @@ on: push: branches: - main + - i-love-continuous-deployment # TEMP obviously jobs: doxygen: runs-on: ubuntu-latest @@ -29,7 +30,7 @@ jobs: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - source: docs/doxygen/html/* - target: "/var/www/papermar.io/html" - strip_components: 2 + source: docs/doxygen/html/ + target: "/var/www/papermar.io/html/docs/" + strip_components: 3 overwrite: true