We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d444d commit 66a23b7Copy full SHA for 66a23b7
.github/workflows/update-docs.yml
@@ -38,12 +38,12 @@ jobs:
38
- name: Run scripts
39
run: |
40
# make files rnnable
41
- chmod +x "${GITHUB_WORKSPACE}/.github/upload-catalog.sh"
42
- chmod +x "${GITHUB_WORKSPACE}/.github/renew-catalog-template.sh"
+ chmod +x "${GITHUB_WORKSPACE}/scripts/upload-catalog.sh"
+ chmod +x "${GITHUB_WORKSPACE}/scripts/renew-catalog-template.sh"
43
44
# run scrits
45
- "${GITHUB_WORKSPACE}/.github/upload-catalog.sh"
46
- "${GITHUB_WORKSPACE}/.github/renew-catalog-template.sh"
+ "${GITHUB_WORKSPACE}/scripts/upload-catalog.sh"
+ "${GITHUB_WORKSPACE}/scripts/renew-catalog-template.sh"
47
48
49
0 commit comments