Skip to content

Commit

Permalink
fix ci file?
Browse files Browse the repository at this point in the history
  • Loading branch information
jxn-30 committed Jan 19, 2025
1 parent fea8ccd commit bced792
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- cron: '0 0 * * *' # Every day at midnight

jobs:
build:
download:
name: '[📥️] Download'
runs-on: 'ubuntu-latest'
steps:
Expand Down Expand Up @@ -58,8 +58,8 @@ jobs:
- name: Create diff to mx version
run: |
git diff --no-index --output=alt_js.diff application.js application.js.alt
git diff --no-index --output=alt_css.diff application.css application.css.alt
git diff --output=alt_js.diff application.js application.js.alt
git diff --output=alt_css.diff application.css application.css.alt
- name: Check if there are changes
run: |
Expand Down

0 comments on commit bced792

Please sign in to comment.