Skip to content

Commit 6516628

Browse files
committed
Hide differences in the build timestamp
1 parent 0b17e71 commit 6516628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
name: build-from-main
106106
path: main
107107

108-
- name: Debug
109-
run: ls -lR
108+
- name: Replace build timestamps
109+
run: sed -i -r '1 s_<updated>[^/]+</updated>_<updated>NOW</updated>_' {main,local}/feed.xml
110110

111111
- name: Diff
112112
run: diff -ru main local

0 commit comments

Comments
 (0)