Skip to content

Commit b023f02

Browse files
committed
Bugfix: Try to make it actually deploy
1 parent 212a963 commit b023f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ jobs:
9191
Source commit: ${{ github.sha }}
9292
Branch: ${{ github.ref_name }}
9393
Distribution size: $(du -sh ../${{ env.DIST_DIR }} | cut -f1)"
94-
git push origin prebuild
94+
git push origin gh-pages/live-site
9595
echo "status=deployed" >> $GITHUB_OUTPUT
9696
fi

0 commit comments

Comments
 (0)