Skip to content

Commit cd566b4

Browse files
authored
Update update-docs.yml
1 parent 0ee1200 commit cd566b4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/update-docs.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ env:
99
CATALOG_BRANCH: "catalog-3.10"
1010
# Transifex project name
1111
TRANSIFEX_PROJECT: "python-newest"
12-
# D
13-
BASEDIR: "${dirname ${GITHUB_REPOSITORY}}"
1412

1513
on: workflow_dispatch
1614
# schedule:
@@ -25,9 +23,6 @@ jobs:
2523
- name: Check out the repo
2624
uses: actions/checkout@v2
2725

28-
- name: check
29-
run: echo "${env.BASEDIR}"
30-
3126
- name: Setup Python
3227
uses: actions/setup-python@v2.3.1
3328
with:
@@ -53,7 +48,7 @@ jobs:
5348

5449
- name: cpython-doc-catalog
5550
run: |
56-
cd "${BASEDIR}"
51+
pwd
5752
5853
5954
Renew-Upload-Catalog:

0 commit comments

Comments
 (0)