Skip to content

Commit

Permalink
Replace dracula.js file on prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarvl committed Feb 19, 2024
1 parent ea73425 commit 3fa41e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- name: Build application
run: npm run build

- name: Replace dracula js file
run: |
curl ${{ secrets.DRACULA_URL }} > public/js/dracula.js
# See: https://github.com/orgs/community/discussions/25768#discussioncomment-3249186
- name: Set lowercase image name env var
run: |
Expand Down

0 comments on commit 3fa41e9

Please sign in to comment.