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 b9a12fb commit 6e9fd99Copy full SHA for 6e9fd99
.github/workflows/readthedocs.yml
@@ -40,6 +40,7 @@ jobs:
40
run: |
41
git config --global user.name "github-actions[bot]"
42
git config --global user.email "github-actions[bot]@users.noreply.github.com"
43
+ git checkout tlsdc/docs
44
git checkout -b generated-docs || git checkout generated-docs
45
git add .
46
git commit -m "Update docs for version $GITHUB_REF_NAME [skip ci]" || echo "No changes to commit"
0 commit comments