Skip to content

Commit 52cebff

Browse files
authored
Update update-docs.yml
1 parent 78d9b4a commit 52cebff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v2
3838
- name: Run scripts
3939
run: |
40-
bash ${GITHUB_REPOSITORY}/scripts/upload-catalog.sh
40+
chmod +x ${GITHUB_REPOSITORY}/scripts/upload-catalog.sh ; ${GITHUB_REPOSITORY}/scripts/upload-catalog.sh
4141
bash ${GITHUB_REPOSITORY}/scripts/renew-catalog-template.sh
4242
4343

0 commit comments

Comments
 (0)