hugo-action/entrypoint.sh

9 lines
94 B
Bash
Raw Permalink Normal View History

2023-12-31 12:24:02 +00:00
#!/bin/sh
set -e
if [ -n "$INPUT_WORKING_DIR" ]; then
cd "$INPUT_WORKING_DIR"
fi
make all