diff options
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f8652d..a01af44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: ruby/setup-ruby@v1 - name: "Build site" - run: ./script/build.sh + run: bash -c scripts/build.sh - name: "Create tarball" run: tar czvf site.tar.gz build |
