Skip to content

Commit

Permalink
update build_book workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRichi3 committed May 12, 2024
1 parent adad373 commit fde46a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: read_config
run: |
JSON_FILE="$CONFIG_PATH"
if [ -f "JSON_FILE" ]:
if [ -f "JSON_FILE" ]; then
echo "CONFIG_PATH=$CONFIG_PATH"
JSON_CONTENT=$(cat "$JSON_FILE")
JSON_CONTENT="${JSON_CONTENT//'%'/'%25'}"
Expand Down

0 comments on commit fde46a2

Please sign in to comment.