diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f6dffda..662cca0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: run: bun run build - name : Check Path - run: pwd && ls -a + run: pwd && ls -a && cd .. && ls -a - name: Upload artifact 📡 uses: actions/upload-pages-artifact@v3