Skip to content

Commit 8b9c660

Browse files
committed
debug doc build
1 parent 7402ef8 commit 8b9c660

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-pb-doc.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@ jobs:
5858
uses: actions/download-artifact@v4
5959
with:
6060
name: "Probuf HTML File"
61-
path: "./docs"
61+
path: "./outputs"
62+
63+
- run: |
64+
ls -alh
65+
ls -alh ./outputs
66+
cp outputs/index.html ./docs/pb.html
6267
6368
- name: Check if there are any changes
6469
id: verify_diff
@@ -73,8 +78,3 @@ jobs:
7378
git config user.email github-actions@github.com
7479
git commit -m "Update Probuf HTML doc"
7580
git push
76-
77-
- uses: bufbuild/buf-action@v1
78-
with:
79-
token: ${{ secrets.BUF_TOKEN }}
80-
push: true

0 commit comments

Comments
 (0)