You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run actions4gh/configure-wiki@v1
with:
path: wiki
Processing /home/runner/work/resume-hugo-simple/resume-hugo-simple/wiki/home.md
Rewrote ./instructions.md to instructions
Rewrote ./repo-notes.md to repo-notes
/home/runner/work/resume-hugo-simple/resume-hugo-simple/wiki/img is not a Markdown file
Processing /home/runner/work/resume-hugo-simple/resume-hugo-simple/wiki/instructions.md
node:internal/errors:497
ErrorCaptureStackTrace(err);
^
TypeError [ERR_INVALID_URL_SCHEME]: The URL must be of scheme file
at new NodeError (node:internal/errors:406:5)
at fileURLToPath (node:internal/url:1393:11)
at file:///home/runner/work/_actions/actions4gh/configure-wiki/v1/dist/main.js:27849:35
at overload (file:///home/runner/work/_actions/actions4gh/configure-wiki/v1/dist/main.js:25407:12)
at node (link) (file:///home/runner/work/_actions/actions4gh/configure-wiki/v1/dist/main.js:25354:27)
at node (paragraph) (file:///home/runner/work/_actions/actions4gh/configure-wiki/v1/dist/main.js:25369:61)
at node (root) (file:///home/runner/work/_actions/actions4gh/configure-wiki/v1/dist/main.js:25369:61)
at visitParents (file:///home/runner/work/_actions/actions4gh/configure-wiki/v1/dist/main.js:25329:28)
at visit (file:///home/runner/work/_actions/actions4gh/configure-wiki/v1/dist/main.js:25403:3)
at file:///home/runner/work/_actions/actions4gh/configure-wiki/v1/dist/main.js:27847:3 {
code: 'ERR_INVALID_URL_SCHEME'
}
Node.js v20.8.1
Hello @jcbhmr
I am trying to use your configure-wiki GitHub actions to deploy my Markdown files in the
./wiki/
folder to my repo's GitHub Wiki.Here is my configuration file:
resume-hugo-simple/.github/workflows/deploy-wiki.yml
Here are the Workflow runs:
deploy-wiki
Here is the error I get:
Here is the markdown file mentioned in the error:
resume-hugo-simple/wiki/instructions.md
Debug Attempts
How can I fix these problems?
Thank you for your time
The text was updated successfully, but these errors were encountered: