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 22b814e commit bf18eeeCopy full SHA for bf18eee
.github/workflows/update-docs.yml
@@ -36,8 +36,8 @@ jobs:
36
37
- name: Run scripts
38
run: |
39
- bash ${GITHUB_REPOSITORY}/.github/workflows/upload-catalog.sh
40
- bash ${GITHUB_ACTION_PATH}/scripts/renew-catalog-template.sh
+ bash ${GITHUB_REPOSITORY}/scripts/upload-catalog.sh
+ bash ${GITHUB_REPOSITORY}/scripts/renew-catalog-template.sh
41
42
43
0 commit comments