From 1e40174411b64aa18c833598b37145df13cb0bd6 Mon Sep 17 00:00:00 2001 From: Mark Stephenson Date: Fri, 5 Jan 2024 00:18:49 -0800 Subject: [PATCH] edits --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index aa43c338..c11d74aa 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -34,7 +34,7 @@ jobs: - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 with: - source: ./docs/build/html + source: ./docs destination: ./_site - name: Upload artifact uses: actions/upload-pages-artifact@v3