Merge pull request #905 from CyberMind-FR/docs/904-secubox-landing-page
Some checks are pending
License Headers / check (push) Waiting to run

docs: publish the SecuBox public landing page
This commit is contained in:
CyberMind 2026-07-25 12:53:14 +02:00 committed by GitHub
commit 594a1277e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 75 additions and 0 deletions

34
.github/workflows/pages.yml vendored Normal file
View File

@ -0,0 +1,34 @@
name: Deploy SecuBox landing page
on:
push:
branches: [master]
paths:
- "docs/landing/**"
- ".github/workflows/pages.yml"
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: pages
cancel-in-progress: true
jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v5
- uses: actions/upload-pages-artifact@v3
with:
path: docs/landing
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

41
docs/landing/index.html Normal file

File diff suppressed because one or more lines are too long