From 35a976b7f46fccdb4c520a183ed4857677c49074 Mon Sep 17 00:00:00 2001 From: Gabe <7622243+decentralgabe@users.noreply.github.com> Date: Fri, 27 Oct 2023 00:02:02 -0500 Subject: [PATCH] Update render-spec.yml --- .github/workflows/render-spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-spec.yml b/.github/workflows/render-spec.yml index f58930d2..7385459e 100644 --- a/.github/workflows/render-spec.yml +++ b/.github/workflows/render-spec.yml @@ -26,7 +26,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: - path: './sped/build' + path: './spec/build' - name: Deploy to GitHub Pages id: deployment