Skip to content

Commit

Permalink
Merge pull request #102 from GSA-TTS/remove-debug
Browse files Browse the repository at this point in the history
Remove debug step of compile action
  • Loading branch information
rahearn authored Jan 6, 2025
2 parents ecd2572 + bc66c12 commit 2b2c299
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/compile-assets/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ runs:
shell: bash
run: ./bin/rake assets:precompile

- name: list asset timestamps
shell: bash
run: ls -lh public/assets

- name: Clean old assets
env:
RAILS_ENV: ${{ inputs.rails_env }}
Expand Down

0 comments on commit 2b2c299

Please sign in to comment.