We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abeae8c commit 231db3fCopy full SHA for 231db3f
1 file changed
.github/workflows/publish-crate.yaml
@@ -123,7 +123,7 @@ jobs:
123
run: |
124
docs_url="https://docs.rs/${{ env.CRATE_NAME }}/${{ steps.release.outputs.version }}"
125
for attempt in 1 2 3 4 5 6; do
126
- status=$(curl -s -o /tmp/docsrs-check.html -w "%{http_code}" "$docs_url")
+ status=$(curl -s -o /tmp/docs-rs-check.html -w "%{http_code}" "$docs_url")
127
if [[ "$status" == "200" ]]; then
128
echo "docs.rs page is available: $docs_url"
129
exit 0
0 commit comments