Skip to content

Commit

Permalink
Merge pull request #56 from esciencecenter-digital-skills/update-work…
Browse files Browse the repository at this point in the history
…flow

Debug release workflow error
  • Loading branch information
JaroCamphuijsen authored Jun 6, 2024
2 parents 983602b + 0084fe4 commit 3a8d1a1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3a8d1a1

Please sign in to comment.