-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
162 changed files
with
120,350 additions
and
120,350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.