We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d9b4a commit 52cebffCopy full SHA for 52cebff
.github/workflows/update-docs.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@v2
38
- name: Run scripts
39
run: |
40
- bash ${GITHUB_REPOSITORY}/scripts/upload-catalog.sh
+ chmod +x ${GITHUB_REPOSITORY}/scripts/upload-catalog.sh ; ${GITHUB_REPOSITORY}/scripts/upload-catalog.sh
41
bash ${GITHUB_REPOSITORY}/scripts/renew-catalog-template.sh
42
43
0 commit comments