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 70c6205 commit c283b0aCopy full SHA for c283b0a
.github/workflows/docs.yaml
@@ -81,5 +81,4 @@ jobs:
81
if: github.event_name == 'push'
82
env:
83
REMOTE: https://x-access-token:${{secrets.GITHUB_TOKEN}}@github.com/${{github.repository}}.git
84
-
85
run: python docs/build.py
docs/build.py
@@ -18,7 +18,6 @@
18
import unittest
19
import subprocess
20
21
-import semver
22
from git import Repo
23
24
0 commit comments