Skip to content

Commit

Permalink
General revisit
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleshot committed Apr 28, 2024
1 parent c2f89f2 commit d695549
Show file tree
Hide file tree
Showing 162 changed files with 120,350 additions and 120,350 deletions.
84 changes: 42 additions & 42 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
name: Build-sphinx-docs

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/[email protected]

- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade wheel
pip install -r requirements.txt
- name: Build HTML
run: |
cd All_Project_Files/Final_Project_Files/docs/
make html
- name: Configure Git
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- name: Deploy to gh-pages
run: |
pip install ghp-import
ghp-import -n -p -f All_Project_Files/Final_Project_Files/docs/_build/html
name: Build-sphinx-docs

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/[email protected]

- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade wheel
pip install -r requirements.txt
- name: Build HTML
run: |
cd All_Project_Files/Final_Project_Files/docs/
make html
- name: Configure Git
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- name: Deploy to gh-pages
run: |
pip install ghp-import
ghp-import -n -p -f All_Project_Files/Final_Project_Files/docs/_build/html
20 changes: 10 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
All_Project_Files\Final_Project_Files\Attendance_System.py
All_Project_Files\Final_Project_Files\Attendance_System.ui
All_Project_Files\Final_Project_Files\ui_Attendance_System.py

*.pyc
test.py

All_Project_Files\Final_Project_Files\Test_Down_Sampling_Image_Screen_ui.py
All_Project_Files\Final_Project_Files\Test_Down_Sampling_Image_Screen.py
All_Project_Files\Final_Project_Files\Test_Down_Sampling_Image_Screen.ui
All_Project_Files\Final_Project_Files\Attendance_System.py
All_Project_Files\Final_Project_Files\Attendance_System.ui
All_Project_Files\Final_Project_Files\ui_Attendance_System.py

*.pyc
test.py

All_Project_Files\Final_Project_Files\Test_Down_Sampling_Image_Screen_ui.py
All_Project_Files\Final_Project_Files\Test_Down_Sampling_Image_Screen.py
All_Project_Files\Final_Project_Files\Test_Down_Sampling_Image_Screen.ui
Test_Down_Sampling_Image_Screen_ui.py
Loading

0 comments on commit d695549

Please sign in to comment.