Fix Doxygen CI (#1147)

This commit is contained in:
Alex Bates 2024-01-10 00:29:18 +00:00 committed by GitHub
parent 380eabdba3
commit fdb4428cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ on:
push:
branches:
- main
- i-love-continuous-deployment # TEMP obviously
jobs:
doxygen:
runs-on: ubuntu-latest
@ -29,7 +30,6 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
source: docs/doxygen/html/*
target: "/var/www/papermar.io/html"
strip_components: 2
overwrite: true
source: docs/doxygen/html/
target: "/var/www/papermar.io/html/docs/"
strip_components: 3