Skip to content

Commit 180b63b

Browse files
authored
Fix another update-docs issue (introduced by #100) (#102)
1 parent 9344e87 commit 180b63b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
--transform-for-static-hosting \
4141
--output-path gh-pages/docs
4242
43-
CURRENT_COMMIT_HASH=`git rev-parse --short HEAD`
4443
cd gh-pages
4544
4645
# Inject our site at the index
@@ -62,6 +61,8 @@ jobs:
6261
if: ${{ github.ref == 'refs/heads/main' }}
6362
run: |
6463
set -eux
64+
65+
CURRENT_COMMIT_HASH=`git rev-parse --short HEAD`
6566
cd gh-pages
6667
6768
# Commit changes back to gh-pages branch if there any

0 commit comments

Comments
 (0)