Thanks to visit codestin.com Credit goes to github.com
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 bfb784d commit c3dd8d1Copy full SHA for c3dd8d1
1 file changed
.github/workflows/update-docs.yml
@@ -25,6 +25,9 @@ jobs:
25
- name: Check out the repo
26
uses: actions/checkout@v2
27
28
+ - name: check
29
+ run: echo "${BASEDIR}"
30
+
31
- name: Setup Python
32
uses: actions/[email protected]
33
with:
0 commit comments