Skip to content

Commit

Permalink
Small updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Mar 31, 2024
1 parent fdd5ef8 commit 2603b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
uses: actions/configure-pages@v5
- uses: actions/setup-python@v5
with:
python-version: '3.18'
python-version: '3.18'
- name: Install Depenendancies
run: pip install mkdocs mkdocs-material
- name: Build Documentation
run: |
cd mkdocs
mkdocs build
- name: Upload artifact
- name: Upload Documentation
uses: actions/upload-pages-artifact@v3
with:
path: mkdocs/site
Expand Down

0 comments on commit 2603b47

Please sign in to comment.