mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
fix doxygen (final)
This commit is contained in:
parent
2e62ed9f7d
commit
44e2da93e0
9
.github/workflows/docs.yaml
vendored
9
.github/workflows/docs.yaml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./docs/html
|
publish_dir: ./docs/doxygen/html
|
||||||
- name: Deploy to papermar.io
|
- name: Deploy to papermar.io
|
||||||
if: github.repository == 'pmret/papermario'
|
if: github.repository == 'pmret/papermario'
|
||||||
uses: appleboy/scp-action@master
|
uses: appleboy/scp-action@master
|
||||||
@ -30,6 +30,7 @@ jobs:
|
|||||||
host: ${{ secrets.HOST }}
|
host: ${{ secrets.HOST }}
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
source: docs/html/*
|
source: docs/doxygen/html/*
|
||||||
target: "/var/www/papermar.io/html/docs"
|
target: "/var/www/papermar.io/html"
|
||||||
rm: true
|
strip_components: 2
|
||||||
|
overwrite: true
|
||||||
|
Loading…
Reference in New Issue
Block a user