Add support for absolute paths
See original GitHub issue - name: Deploy docs to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: /tmp/out
Results in
ENOENT: no such file or directory, scandir '/home/runner/work/user-documentation/user-documentation/tmp/out'
I assume that the first slash is just stripped?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to set an absolute path in TypeScript | Towards the Cloud
Here are the steps on how to configure TypeScript to make use of absolute paths including an explanation of what an absolute path...
Read more >Use Absolute Paths with React - Better Programming
In this article, I will walk you through adding support for absolute paths to your project using Webpack. TL;DR: Not into reading? Here...
Read more >Understand and Configure Absolute Import Paths in JavaScript
An absolute import path is a path that starts from a root, and you need to define a root first. In a typical...
Read more >This backend doesn't support absolute paths - Stack Overflow
This backend doesn't support absolute paths. when trying the login. below is my code. models.py from django.db import models from ...
Read more >[Question] What is the reason to drop support for absolute ...
My understanding is that some complex platforms that unify different static analyzers can be affected by this change. In most cases such ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks @peaceiris - figured out my mistake after posting ☝️ and have it sorted now. Sorry for the noise and thanks for the work on this action!
This issue has been LOCKED because of it being resolved!
The issue has been fixed and is therefore considered resolved. If you still encounter this or it has changed, open a new issue instead of responding to solved ones.
<div align="right">Log | Bot Usage</div>