We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a markdown file that has an image reference like so:
![](./image.svg)
the file and the image are in a nested subfolder projects/sub1/sub2/file.md, projects/sub1/sub2/image.svg
projects/sub1/sub2/file.md
projects/sub1/sub2/image.svg
Getting
Error: ENOENT: no such file or directory, open './projects/./image.svg' Emitted 'error' event on Request instance at: }
The action is configured as:
- name: Sync projects folder to confluence uses: Bhacaz/docs-as-code-confluence@v2 with: folder: projects username: ${{ secrets.CONFLUENCE_USERNAME }} password: ${{ secrets.CONFLUENCE_API_TOKEN }} confluence-base-url: ${{ secrets.CONFLUENCE_BASE_URL }} space-key: ${{ secrets.CONFLUENCE_SPACE_KEY }} parent-page-id: 131891301
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a markdown file that has an image reference like so:
the file and the image are in a nested subfolder
projects/sub1/sub2/file.md
,projects/sub1/sub2/image.svg
Getting
The action is configured as:
Thanks in advance!
The text was updated successfully, but these errors were encountered: