Skip to content

Commit

Permalink
Add config volume binding #21
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Mar 14, 2024
1 parent ac5a47b commit 2a4039b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
with:
files: |
**/*.yml
**/*.yaml
json: true

- name: Set turtle file matrix
Expand Down Expand Up @@ -122,6 +123,7 @@ jobs:
-v $(pwd)/public:/app/public
-v $(pwd)/data:/app/data
-v $(pwd)/.env:/app/.env
-v $(pwd)/config.yaml:/app/config.yaml
-e GATSBY_RESPOSITORY_URL=https://github.com/$GITHUB_REPOSITORY
skohub/skohub-vocabs-docker:latest
Expand Down

0 comments on commit 2a4039b

Please sign in to comment.