Skip to content

Commit bf18eee

Browse files
authored
Fix misc
1 parent 22b814e commit bf18eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
3737
- name: Run scripts
3838
run: |
39-
bash ${GITHUB_REPOSITORY}/.github/workflows/upload-catalog.sh
40-
bash ${GITHUB_ACTION_PATH}/scripts/renew-catalog-template.sh
39+
bash ${GITHUB_REPOSITORY}/scripts/upload-catalog.sh
40+
bash ${GITHUB_REPOSITORY}/scripts/renew-catalog-template.sh
4141
4242
4343

0 commit comments

Comments
 (0)