-
-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
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
Add support for absolute paths #242
Comments
It comes from this line: actions-gh-pages/src/git-utils.ts Lines 40 to 43 in c1bc06c
Currently, this action just supports the directories under the |
FYI, I also get this same error when using the relative
Is this likely the same issue here? Also, I was getting the same error w/o |
@misfir3 There is a misunderstanding about a step. For each step starts from - name: Build
run: cd hugo-dir && hugo
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./hugo-dir/public |
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! |
The v3.6.4 has been released and the v3 tag has been updated. |
Results in
I assume that the first slash is just stripped?
The text was updated successfully, but these errors were encountered: