question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
misfir3commented, Apr 23, 2020

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!

0reactions
github-actions[bot]commented, Jun 25, 2021

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>
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found