We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212a963 commit b023f02Copy full SHA for b023f02
.github/workflows/deploy-docs.yml
@@ -91,6 +91,6 @@ jobs:
91
Source commit: ${{ github.sha }}
92
Branch: ${{ github.ref_name }}
93
Distribution size: $(du -sh ../${{ env.DIST_DIR }} | cut -f1)"
94
- git push origin prebuild
+ git push origin gh-pages/live-site
95
echo "status=deployed" >> $GITHUB_OUTPUT
96
fi
0 commit comments