Skip to content

Commit

Permalink
Merge pull request #31 from esciencecenter-digital-skills/fix_deployment
Browse files Browse the repository at this point in the history
Get dummy deployment workflows in a good state
  • Loading branch information
JaroCamphuijsen authored Apr 10, 2024
2 parents 0905f12 + 2060226 commit 5c069ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/deploy_dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Deploy to gh-pages

on:
push:
workflow_dispatch:

branches:
- main
pull_request:
branches:
- main
jobs:
get_content_config:
runs-on: ubuntu-latest
Expand All @@ -12,7 +15,7 @@ jobs:
- name: Checkout content
uses: actions/checkout@v4
with:
repository: esciencecenter-digital-skills/NEBULA
repository: esciencecenter-digital-skills/research-software-support
sparse-checkout: config.json
sparse-checkout-cone-mode: false
path: ./content_config/
Expand All @@ -38,4 +41,4 @@ jobs:
uses: esciencecenter-digital-skills/NEBULA/.github/workflows/deploy.yml@main
with:
config_artifact_name: content_config
nebula_ref: main
nebula_ref: ${{ github.sha }}
9 changes: 0 additions & 9 deletions config.json

This file was deleted.

0 comments on commit 5c069ac

Please sign in to comment.