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 cca6b1f commit 265436dCopy full SHA for 265436d
1 file changed
.github/workflows/update-docs.yml
@@ -37,8 +37,13 @@ jobs:
37
- uses: actions/checkout@v2
38
- name: Run scripts
39
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
+ # make files rnnable
+ 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"
47
48
49
0 commit comments