10000
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 837b09b commit bf285f0Copy full SHA for bf285f0
.github/workflows/update-docs.yml
@@ -6,6 +6,7 @@ on: workflow_dispatch
6
7
jobs:
8
Org-Preparation:
9
+ runs-on: ubuntu-latest
10
env:
11
# branch name of python-docs-ja repository
12
DOCS_BRANCH: "3.10"
@@ -16,7 +17,6 @@ jobs:
16
17
# Transifex project name
18
TRANSIFEX_PROJECT: "python-newest"
19
- runs-on: ubuntu-latest
20
steps:
21
- name: Check out the repo
22
uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Run scripts
38
run: |
39
- bash $GITHUB_ACTION_PATH/scripts/renew-catalog-template.sh
40
- bash $GITHUB_ACTION_PATH/scripts/upload-catalog.sh
+ bash $GITHUB_ACTION_PATH /scripts/renew-catalog-template.sh
+ bash $GITHUB_ACTION_PATH /scripts/upload-catalog.sh
41
42
0 commit comments