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 0ee1200 commit cd566b4Copy full SHA for cd566b4
1 file changed
.github/workflows/update-docs.yml
@@ -9,8 +9,6 @@ env:
9
CATALOG_BRANCH: "catalog-3.10"
10
# Transifex project name
11
TRANSIFEX_PROJECT: "python-newest"
12
- # D
13
- BASEDIR: "${dirname ${GITHUB_REPOSITORY}}"
14
15
on: workflow_dispatch
16
# schedule:
@@ -25,9 +23,6 @@ jobs:
25
23
- name: Check out the repo
26
24
uses: actions/checkout@v2
27
28
- - name: check
29
- run: echo "${env.BASEDIR}"
30
-
31
- name: Setup Python
32
uses: actions/[email protected]
33
with:
@@ -53,7 +48,7 @@ jobs:
53
48
54
49
- name: cpython-doc-catalog
55
50
run: |
56
- cd "${BASEDIR}"
51
+ pwd
57
52
58
59
Renew-Upload-Catalog:
0 commit comments