Skip to content

Commit 20f71d3

Browse files
committed
Strip the pages/ anyways.
1 parent f699bc0 commit 20f71d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish_book.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ jobs:
9797
9898
log_msg() {
9999
local status=$1; local file=$2; local msg=$3
100+
100101
local source_file=$(get_source_path "$file")
102+
file="${file#pages/}"
101103
102104
if [ $status -eq 0 ]; then
103105
if [ -n "$msg" ]; then

0 commit comments

Comments
 (0)