8000 Update update-docs.yml · python/python-docs-ja@f3b46b6 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f3b46b6

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
0