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