docs: add deployment for install link generator (#1737)

This commit is contained in:
Adewale Abati 2025-03-19 13:38:42 +01:00 committed by GitHub
parent 34bc77027a
commit abd0e1a6b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,6 +65,7 @@ jobs:
cp -r documentation/build/* combined-build/
mkdir -p combined-build/v1/extensions
cp -r extensions-site/build/client/* combined-build/v1/extensions/
cp -r extensions-site/install-link-generator/* combined-build/v1/extensions/install-link-generator/
- name: Deploy to /gh-pages
if: github.event_name == 'push' && github.ref == 'refs/heads/main'