bsc

Comprehensive codebase and cou...
Log | Files | Refs | README | LICENSE

commit 98595c745a660dcbbbeac65b11509d3622260c30
parent 36b4c27b8863361c7a76c3d8ae8c8d732927a907
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Sat, 11 Oct 2025 21:04:49 +0530

removing workflow

Diffstat:
D.github/workflows/generate-and-deploy.yml | 48------------------------------------------------
1 file changed, 0 insertions(+), 48 deletions(-)

diff --git a/.github/workflows/generate-and-deploy.yml b/.github/workflows/generate-and-deploy.yml @@ -1,48 +0,0 @@ -name: Generate Index and Deploy to GitHub Pages - -# Run this workflow on pushes to the 'main' branch -on: - push: - branches: - - main - -# Permissions needed for the workflow to deploy to GitHub Pages -permissions: - contents: read - pages: write - id-token: write - -jobs: - build-and-deploy: - # This environment block is required by the deploy-pages action - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - steps: - # Step 1: Check out a copy of your repository - - name: Checkout repository - uses: actions/checkout@v4 - - # Step 2: Set up the Python environment - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: '3.10' - - # Step 3: Run the Python script to generate the index.html file - - name: Generate index.html - run: python docs/generate_index.py - - # Step 4: Prepare the 'docs' folder for deployment - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - # Tell GitHub Pages to use the 'docs' folder as the website root - path: './docs' - - # Step 5: Deploy the contents of the 'docs' folder to your site - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 -
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror