Skip to content

Commit

Permalink
Update build-sphinx.yml
Browse files Browse the repository at this point in the history
remove redundant and failing date stamp
  • Loading branch information
pjmaechling authored Sep 29, 2023
1 parent 2c55061 commit 169fa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
echo "Empty README.md for documenation cache." > README.md
echo "docs.cseptesting.org" > CNAME
git add .
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}"
git commit -am "Updating pyCSEP docs for commit ${GITHUB_SHA} from ${GITHUB_REF} by ${GITHUB_ACTOR}"
git push deploy gh-pages --force

0 comments on commit 169fa2d

Please sign in to comment.