Skip to content

Commit

Permalink
update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRichi3 committed May 24, 2024
1 parent 824c57d commit 56e5c4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Build Book with Babel Quarto

on:
Expand Down Expand Up @@ -32,7 +31,7 @@ jobs:
- name: Extract config variables from config file
id: read_config
run: |
JSON_FILE="$CONFIG_PATH"
JSON_CONTENT=$(cat $CONFIG_PATH)
LANGUAGES=$(echo "$JSON_CONTENT" | jq -r '.languages | join(",")')
OUTPUT_DIR=$(echo "$JSON_CONTENT" | jq -r '.outputDirectory')
Expand Down Expand Up @@ -126,4 +125,3 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
pull-request-number: ${{ steps.create_pr.outputs.pull_request_number }}

1 change: 0 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"includeLocalizedVersions": false,
"outputDirectory": "docs",
"sourceDirectory": "dist",
"translationsDirectory": "translations",
"tutorialDirectory": "tutorials",
"languages": ["en", "ar"],
"translationsDirectory": "translations"
Expand Down

0 comments on commit 56e5c4f

Please sign in to comment.