Skip to content

Commit a4bcf87

Browse files
authored
[#59] πŸ› Install mustache λΉŒλ“œ μ—λŸ¬ ν•΄κ²° (#71)
* [#59] πŸ”§ update git-push.yml file * [#59] πŸ”§ update build.sh file * [#59] πŸ› add sudo keyword to permit write access
1 parent e16c614 commit a4bcf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Ž.github/workflows/git-push.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212

1313
- name: Install mustache (to update the date)
14-
run: sudo apt update && sudo apt install -y ruby && gem install mustache
14+
run: sudo apt update && sudo apt install -y ruby && sudo gem install mustache
1515

1616
- name: Creates output
1717
run: sh ./build.sh

0 commit comments

Comments
Β (0)