From 824b28e228cbe8562b4da94039713766d6a046de Mon Sep 17 00:00:00 2001 From: Gabe <7622243+decentralgabe@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:57:03 -0500 Subject: [PATCH] Update render-spec.yml --- .github/workflows/render-spec.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/render-spec.yml b/.github/workflows/render-spec.yml index 8eff47fc..ddfdf8d1 100644 --- a/.github/workflows/render-spec.yml +++ b/.github/workflows/render-spec.yml @@ -17,11 +17,13 @@ jobs: cd spec npm install npm run build - + pwd + ls -alt + - name: Deploy uses: peaceiris/actions-gh-pages@v3.9.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build + publish_dir: /spec/build allow_empty_commit: true force_orphan: true