Skip to content

Commit 169fa2d

Browse files
authored
Update build-sphinx.yml
remove redundant and failing date stamp
1 parent 2c55061 commit 169fa2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
echo "Empty README.md for documenation cache." > README.md
5151
echo "docs.cseptesting.org" > CNAME
5252
git add .
53-
git commit -am "Updating pyCSEP docs for commit ${GITHUB_SHA} made on `date -d"@{SOURCE_DATE_EPOCH} --iso-8601=seconds` from ${GITHUB_REF} by ${GITHUB_ACTOR}"
53+
git commit -am "Updating pyCSEP docs for commit ${GITHUB_SHA} from ${GITHUB_REF} by ${GITHUB_ACTOR}"
5454
git push deploy gh-pages --force

0 commit comments

Comments
 (0)