From 2603b47d666c1d737a9ad4e4fc85654a8e9c729f Mon Sep 17 00:00:00 2001 From: Lacey Sanderson Date: Sat, 30 Mar 2024 21:28:03 -0600 Subject: [PATCH] Small updates. --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index bc1cdd3..0f89e36 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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