From a7b0869bb9437d64fb620aa7599a47e661de750d Mon Sep 17 00:00:00 2001 From: MeWu-IDM <40474438+MeWu-IDM@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:55:34 -0700 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d03060c..de90e11 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -95,5 +95,5 @@ jobs: # Add, commit, and push changes git add gallery - git commit -m "Update rendered Quarto files for GitHub Pages (commit: ${{ github.sha:0:7 }})" + git commit -m "Update rendered Quarto files for GitHub Pages (commit: ${{ github.sha }})" git push origin docs --force