We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef0a06 commit bfb784dCopy full SHA for bfb784d
.github/workflows/update-docs.yml
@@ -9,6 +9,8 @@ env:
9
CATALOG_BRANCH: "catalog-3.10"
10
# Transifex project name
11
TRANSIFEX_PROJECT: "python-newest"
12
+ # Directory where repositories are cloned
13
+ BASEDIR: "${dirname ${GITHUB_ACTION_REPOSITORY}}"
14
15
on: workflow_dispatch
16
# schedule:
@@ -39,19 +41,25 @@ jobs:
39
41
- name: Setup tx
40
42
run: mv "${GITHUB_WORKSPACE}/files/.transifexrc" ~/.transifexrc
43
- Renew-Upload-Catalog:
44
+ Upload-Catalog:
45
runs-on: ubuntu-latest
46
47
steps:
48
- name: Check out the repo
49
uses: actions/checkout@v2
-
- Upload-Catalog:
50
+
51
+ - name: cpython-doc-catalog
52
+ run: |
53
+ cd "${BASEDIR}"
54
55
56
+ Renew-Upload-Catalog:
57
58
59
60
61
62
63
64
65
0 commit comments