Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d9b4a commit 52cebffCopy full SHA for 52cebff
1 file changed
.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