fix deploy button visibility
Tests / PHPUnit (push) Successful in 1m13s

This commit is contained in:
root
2026-07-16 00:41:55 -04:00
parent 84be5e44ca
commit 636231b62a
2 changed files with 12 additions and 0 deletions
+5
View File
@@ -2,6 +2,11 @@ name: Deploy to Hosting Server
on:
workflow_dispatch:
inputs:
target:
description: 'Deployment target'
required: true
default: 'production'
jobs:
deploy:
+7
View File
@@ -1,4 +1,11 @@
# Current Software Architecture of `alrahma_sunday_school`
<p>
<a href="/melabidi/alrahma_sunday_school/actions">
<img src="https://img.shields.io/badge/Deploy-Hosting%20Server-2ea44f?style=for-the-badge" alt="Deploy to Hosting Server"/>
</a>
</p>
<p align="center">
<img src="/image/system_architecture.png" alt="software-architecture" width="1000"/>
</p>