diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c606dd..8c41383 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,6 +31,9 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 + run: | + pwd + ls if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }}