Skip to content

Commit 265436d

Browse files
authored
Update update-docs.yml
1 parent cca6b1f commit 265436d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/update-docs.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,13 @@ jobs:
3737
- uses: actions/checkout@v2
3838
- name: Run scripts
3939
run: |
40-
chmod +x ${GITHUB_REPOSITORY}/scripts/upload-catalog.sh ; ${GITHUB_REPOSITORY}/scripts/upload-catalog.sh
41-
bash ${GITHUB_REPOSITORY}/scripts/renew-catalog-template.sh
40+
# make files rnnable
41+
chmod +x "${GITHUB_WORKSPACE}/.github/upload-catalog.sh"
42+
chmod +x "${GITHUB_WORKSPACE}/.github/renew-catalog-template.sh"
43+
44+
# run scrits
45+
"${GITHUB_WORKSPACE}/.github/upload-catalog.sh"
46+
"${GITHUB_WORKSPACE}/.github/renew-catalog-template.sh"
4247
4348
4449

0 commit comments

Comments
 (0)