Deploy to a different place
All checks were successful
Main LMDBAL workflow / Test LMDBAL with qt5 (push) Successful in 58s
Main LMDBAL workflow / Test LMDBAL with qt6 (push) Successful in 35s
Main LMDBAL workflow / Builds documentation (push) Successful in 1m19s
Main LMDBAL workflow / Deploys documentation (push) Successful in 45s
All checks were successful
Main LMDBAL workflow / Test LMDBAL with qt5 (push) Successful in 58s
Main LMDBAL workflow / Test LMDBAL with qt6 (push) Successful in 35s
Main LMDBAL workflow / Builds documentation (push) Successful in 1m19s
Main LMDBAL workflow / Deploys documentation (push) Successful in 45s
This commit is contained in:
parent
f9902bc0b1
commit
22902a6489
1 changed files with 6 additions and 3 deletions
|
@ -48,7 +48,7 @@ jobs:
|
|||
|
||||
deploy-doc:
|
||||
name: Deploys documentation
|
||||
runs-on: baremetall_peppersurprise
|
||||
runs-on: bm_site
|
||||
needs: [build-documentation]
|
||||
steps:
|
||||
- name: Download docs
|
||||
|
@ -57,7 +57,10 @@ jobs:
|
|||
name: lmdbal-doc
|
||||
path: build/doc
|
||||
|
||||
- name: Make sure deploy folder exists
|
||||
run: mkdir -p /srv/http/doc/lmdbal
|
||||
|
||||
- name: Deploy docs
|
||||
run: |
|
||||
rm -rf /srv/lmdbal/doc/*
|
||||
cp -r build/doc/html/* /srv/lmdbal/doc/
|
||||
rm -rf /srv/http/doc/lmdbal/*
|
||||
cp -r build/doc/html/* /srv/http/doc/lmdbal/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue