JeremyYao commented on code in PR #186:
URL: https://github.com/apache/daffodil-site/pull/186#discussion_r2288387170
##########
.github/workflows/update-docs.yml:
##########
@@ -106,13 +106,14 @@ jobs:
if: ${{ inputs.project == 'daffodil-vscode.wiki' }}
run: |
SITE_ROOT=${{ github.workspace }}/site
- DOCS_DIR=$SITE_ROOT/site/docs/vscode/$VERSION
+ DOCS_DIR=$SITE_ROOT/docs/vscode/$VERSION
Review Comment:
Good catch. I was confused about `SITE_ROOT` and didn't realize that
`SITE_ROOT` is where the daffodil-site repo is checked out at, requiring two
`/site`s.
I force pushed a commit that reverts the changes on this line.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]