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

This commit is contained in:
Blue 2025-06-02 20:34:32 +03:00
parent f9902bc0b1
commit 22902a6489
Signed by: blue
GPG key ID: 9B203B252A63EE38

View file

@ -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/