Skip to content

Commit

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

remove debugging and trigger only once on release
  • Loading branch information
JaroCamphuijsen authored Jun 6, 2024
2 parents d3c7d32 + 66214ad commit d9febac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
pull_request:
branches:
- main

jobs:
deploy_with_NEBULA:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,6 @@ 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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
release:
workflow_dispatch:

jobs:
deploy_with_NEBULA:
Expand Down

0 comments on commit d9febac

Please sign in to comment.