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 521fbbc commit 88326f2Copy full SHA for 88326f2
.github/workflows/readthedocs.yml
@@ -45,4 +45,4 @@ jobs:
45
git commit -m "Update docs for version $GITHUB_REF_NAME [skip ci]" || echo "No changes to commit"
46
git push origin generated-docs --force
47
git tag docs/$GITHUB_REF_NAME
48
- git push origin docs/$GITHUB_REF_NAME
+ git push origin tag docs/$GITHUB_REF_NAME
0 commit comments