Merge pull request #47 from feral-dot-io/fix-bash

Problem: mdbook use_service_worker script is not portable
This commit is contained in:
Marc-Stefan Cassola 2023-11-12 22:39:16 +00:00 committed by GitHub
commit 205df15467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -4,4 +4,4 @@ public_url = "/demo/"
[[hooks]]
stage = "post_build"
command = "bash"
command_arguments = ["-c", "./post_build.sh"]
command_arguments = ["post_build.sh"]

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
appName="use_service_worker"