From c7fa3e85f601799663ddddad5e2a74877c51b5fd Mon Sep 17 00:00:00 2001 From: Lasdecoeur Date: Mon, 13 Oct 2025 11:02:13 +0400 Subject: [PATCH 1/2] Create static.yml --- .github/workflows/static.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/static.yml diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml new file mode 100644 index 0000000..232b81d --- /dev/null +++ b/.github/workflows/static.yml @@ -0,0 +1,36 @@ +name: Deploy static site to Pages + +on: + push: + branches: [ main ] + 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: + - name: Checkout + uses: actions/checkout@v4 + + # Si tes fichiers à publier sont à la racine du dépôt, garde "." + # Si tu publies depuis /docs, remplace par "./docs" + - name: Upload static files + uses: actions/upload-pages-artifact@v3 + with: + path: . + + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 From bb1c637d5d9718ad359b8086486e1295c1069e5d Mon Sep 17 00:00:00 2001 From: SarTron-NorthBlue Date: Mon, 13 Oct 2025 11:15:51 +0400 Subject: [PATCH 2/2] Update index.html to enhance the page title and content, adding styling for improved layout and user experience. --- index.html | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 3d224a2..6508ab4 100644 --- a/index.html +++ b/index.html @@ -3,12 +3,37 @@ - Page de Test + Bienvenue sur DevOps-App + -

Page de Test

+

Application DevOps - Environnement de Développement

-

Ceci est un élément de test

+

Bienvenue dans votre espace de travail

+

Cette application DevOps vous permet de gérer et de déployer vos projets efficacement.

+

Explorez les fonctionnalités disponibles pour optimiser votre flux de travail de développement et de déploiement.