change file structure

This commit is contained in:
Chris Titus
2024-08-14 10:23:26 -05:00
parent fa17abdd49
commit 17d523d8f8
9 changed files with 17 additions and 21 deletions

View File

@ -24,8 +24,8 @@ jobs:
python-version: 3.x # Install latest Stable release of Python 3
cache: 'pip' # caching pip dependencies
- name: Install Necessary Dependencies using 'pip install -r requirements.txt'
run: pip install -r requirements.txt
- name: Install Necessary Dependencies using 'pip install -r .github/requirements.txt'
run: pip install -r .github/requirements.txt
- name: Build & Deploy using 'mkdocs'
run: mkdocs gh-deploy --force
run: mkdocs gh-deploy --force -f .github/mkdocs.yml