From ace8affde6705d4c7b6c766415bd362f1ba77dc7 Mon Sep 17 00:00:00 2001 From: SecCodeSmith Date: Sat, 30 Aug 2025 20:50:49 +0200 Subject: [PATCH] fix: Correct formatting in release documentation section --- .github/workflows/release.yml | 48 +++++++++++++++++------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 398502f..360b89f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -282,30 +282,30 @@ jobs:

🚀 Quick Start

-# Clone the repository
-git clone https://github.com/SecCodeSmith/SecCodeSmith-backend.git
-cd SecCodeSmith-backend

- -# Set up virtual environment
-python -m venv .venv
-source .venv/bin/activate # On Windows: .venv\Scripts\activate

- -# Install dependencies
-pip install -r requirements.txt

- -# Run migrations and start server
-python manage.py migrate
-python manage.py runserver -
-
- -
-

📖 More Information

-

For detailed documentation, please refer to the GitHub Repository.

-
- - - EOF + # Clone the repository
+ git clone https://github.com/SecCodeSmith/SecCodeSmith-backend.git
+ cd SecCodeSmith-backend

+ + # Set up virtual environment
+ python -m venv .venv
+ source .venv/bin/activate # On Windows: .venv\Scripts\activate

+ + # Install dependencies
+ pip install -r requirements.txt

+ + # Run migrations and start server
+ python manage.py migrate
+ python manage.py runserver + + + +
+

📖 More Information

+

For detailed documentation, please refer to the GitHub Repository.

+
+ + + EOF - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3