Skip to content

Commit bf285f0

Browse files
authored
Update update-docs.yml
1 parent 837b09b commit bf285f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on: workflow_dispatch
66

77
jobs:
88
Org-Preparation:
9+
runs-on: ubuntu-latest
910
env:
1011
# branch name of python-docs-ja repository
1112
DOCS_BRANCH: "3.10"
@@ -16,7 +17,6 @@ jobs:
1617
# Transifex project name
1718
TRANSIFEX_PROJECT: "python-newest"
1819

19-
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the repo
2222
uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Run scripts
3838
run: |
39-
bash $GITHUB_ACTION_PATH/scripts/renew-catalog-template.sh
40-
bash $GITHUB_ACTION_PATH/scripts/upload-catalog.sh
39+
bash $GITHUB_ACTION_PATH /scripts/renew-catalog-template.sh
40+
bash $GITHUB_ACTION_PATH /scripts/upload-catalog.sh
4141
4242

0 commit comments

Comments
 (0)