Skip to content

Commit

Permalink
Fix deploy.yml workflow not using the PR provided config
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Oct 19, 2023
1 parent a20f886 commit 768ebeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
cp -v tmp_artifacts/util/dev-config/logo-small.svg .deployment/files/
cp -v tmp_artifacts/util/dev-config/logo-large-dark.svg .deployment/files/
cp -v tmp_artifacts/util/dev-config/favicon.svg .deployment/files/
cp -v tmp_artifacts/templates/config.toml .deployment/templates/config.toml
cp -v tmp_artifacts/util/dummy-login/dist/index.js .deployment/files/login-handler.js
- name: prepare deploy key
Expand Down

0 comments on commit 768ebeb

Please sign in to comment.