Skip to content

Commit

Permalink
Moved config to own dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Kummerländer committed Apr 19, 2024
1 parent 4e3eef8 commit 0641ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
-v $(pwd)/public:/app/public
-v $(pwd)/data:/app/data
-v $(pwd)/.env:/app/.env
-v $(pwd)/config.yaml:/app/config.yaml
-v $(pwd)/config.yaml:/app/.skohub/config.yaml
-e GATSBY_RESPOSITORY_URL=https://github.com/skohub-io/skohub-docker-vocabs.git
docker.edu-sharing.com/projects/wlo/edu_sharing-projects-wlo-skohub-vocabs:main
Expand Down
2 changes: 1 addition & 1 deletion config.yaml → .skohub/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ui:
colors:
skoHubWhite: "rgb(255, 255, 255)"
skoHubDarkColor: "rgb(15, 85, 75)"
skoHubMiddleColor: "rgb(20, 150, 140)"
skoHubMiddleColor: "#032850"
skoHubLightColor: "rgb(40, 200, 175)"
skoHubThinColor: "rgb(55, 250, 210)"
skoHubBlackColor: "rgb(5, 30, 30)"
Expand Down

0 comments on commit 0641ee2

Please sign in to comment.