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 e16c614 commit a4bcf87Copy full SHA for a4bcf87
β.github/workflows/git-push.ymlβ
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
13
- name: Install mustache (to update the date)
14
- run: sudo apt update && sudo apt install -y ruby && gem install mustache
+ run: sudo apt update && sudo apt install -y ruby && sudo gem install mustache
15
16
- name: Creates output
17
run: sh ./build.sh
0 commit comments