Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit265436d

Browse files
authored
Update update-docs.yml
1 parentcca6b1f commit265436d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

‎.github/workflows/update-docs.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,13 @@ jobs:
3737
-uses:actions/checkout@v2
3838
-name:Run scripts
3939
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
40+
# make files rnnable
41+
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"
4247
4348
4449

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp