Skip to content

Commit 66a23b7

Browse files
authored
Update update-docs.yml
1 parent 38d444d commit 66a23b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-docs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
- name: Run scripts
3939
run: |
4040
# make files rnnable
41-
chmod +x "${GITHUB_WORKSPACE}/.github/upload-catalog.sh"
42-
chmod +x "${GITHUB_WORKSPACE}/.github/renew-catalog-template.sh"
41+
chmod +x "${GITHUB_WORKSPACE}/scripts/upload-catalog.sh"
42+
chmod +x "${GITHUB_WORKSPACE}/scripts/renew-catalog-template.sh"
4343
4444
# run scrits
45-
"${GITHUB_WORKSPACE}/.github/upload-catalog.sh"
46-
"${GITHUB_WORKSPACE}/.github/renew-catalog-template.sh"
45+
"${GITHUB_WORKSPACE}/scripts/upload-catalog.sh"
46+
"${GITHUB_WORKSPACE}/scripts/renew-catalog-template.sh"
4747
4848
4949

0 commit comments

Comments
 (0)