From 0084fe4e3308e30782a1e6e66fb82f4668e37543 Mon Sep 17 00:00:00 2001 From: Jaro Camphuijsen Date: Thu, 6 Jun 2024 10:18:54 +0200 Subject: [PATCH] Debug release workflow error --- .github/workflows/deploy.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 86be9fc0..1ea6b866 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -76,10 +76,21 @@ jobs: run: | cd NEBULA npx nuxi generate + + - name: Fetch gh-pages branch debugging + run: | + cd ./${{ inputs.content_repository }} + git status + git fetch + git status + git checkout gh-pages + git fetch + git status + git log - name: Deploy if: ${{ inputs.deploy_to_ghpages }} - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./NEBULA/.output/public