hugo-action/entrypoint.sh

9 lines
94 B
Bash

#!/bin/sh
set -e
if [ -n "$INPUT_WORKING_DIR" ]; then
cd "$INPUT_WORKING_DIR"
fi
make all