We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bc5f4 commit 9e9c8d0Copy full SHA for 9e9c8d0
.github/workflows/pr-test.yml
@@ -113,7 +113,7 @@ jobs:
113
# and it can't use the default CONTENT_ROOT that gets set in
114
# package.json.
115
echo Y|yarn rari update
116
- ARGS=$(echo $GIT_DIFF_CONTENT | sed -E -e "s#(^| )files#\1-f $PWD/files#g")
+ ARGS=$(echo $GIT_DIFF_CONTENT | sed -E -e "s#(^| )files#\1-f $CONTENT_TRANSLATED_ROOT#g")
117
yarn rari build --no-basic --json-issues --data-issues $ARGS
118
yarn yari-render-html
119
0 commit comments