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 6b8e199 commit 7c8144a
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 @@ -38,7 +38,7 @@ jobs:
# JSON_CONTENT="${JSON_CONTENT//'%'/'%25'}"
# JSON_CONTENT="${JSON_CONTENT//$'\n'/'%0A'}"
# JSON_CONTENT="${JSON_CONTENT//$'\r'/'%0D'}"
echo "LANGUAGES=${JSON_CONTENT.tutorials}" >> $GITHUB_ENV
echo "LANGUAGES=${JSON_CONTENT.sourcedirectory}" >> $GITHUB_ENV
echo "::set-output name=JSON_CONTENT::$JSON_CONTENT";
JSON_FILE="$CONFIG_PATH"
# if [ -f "JSON_FILE" ]; then
Expand Down

0 comments on commit 7c8144a

Please sign in to comment.