This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 25d35ce9c Debug doc generation issue on GitHub.
25d35ce9c is described below
commit 25d35ce9cc6779d3371dc76ef992e5197434b1a5
Author: James Bognar <[email protected]>
AuthorDate: Mon Sep 22 16:37:45 2025 -0400
Debug doc generation issue on GitHub.
---
.github/workflows/pages.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index eba09a600..33e64b833 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -81,9 +81,7 @@ jobs:
- name: Debug Token Permissions
run: |
echo "Token permissions check..."
- curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
- -H "Accept: application/vnd.github.v3+json"
- "https://api.github.com/user" || echo "Token validation failed"
+ curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -H
"Accept: application/vnd.github.v3+json" "https://api.github.com/user" || echo
"Token validation failed"
- name: Setup Pages
uses: actions/configure-pages@v4