Skip to content

Commit

Permalink
Remove changing date (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob authored Jan 27, 2024
1 parent 40f3f13 commit 4a08568
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ jobs:
rm assets/fonts/iconfont.ttf
rm assets/fonts/iconfont.woff
rm assets/fonts/iconfont.woff2
sed -re 's/Last Updated: [0-9]{4}\/[0-9]{2}\/[0-9]{2}//' -i humans.txt
- name: "Download just-built artifact."
uses: actions/download-artifact@v4
Expand All @@ -234,6 +235,7 @@ jobs:
rm assets/fonts/iconfont.ttf
rm assets/fonts/iconfont.woff
rm assets/fonts/iconfont.woff2
sed -re 's/Last Updated: [0-9]{4}\/[0-9]{2}\/[0-9]{2}//' -i humans.txt
# assets/fonts/ is excluded, because building fonts is not deterministic.
- name: "Diff head against base."
Expand Down

0 comments on commit 4a08568

Please sign in to comment.