This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-cpp.git
The following commit(s) were added to refs/heads/main by this push:
new dc73627 fix: missing | in docs.yml (#269)
dc73627 is described below
commit dc73627e662bdd8bbec167344281438367f65c7b
Author: Gang Wu <[email protected]>
AuthorDate: Tue Oct 21 15:57:33 2025 +0800
fix: missing | in docs.yml (#269)
---
.github/workflows/docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index d2a815f..a0b5edc 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -38,7 +38,7 @@ jobs:
run: make build-api-docs
- name: Build docs
- run:
+ run: |
make build-docs
mkdir -p /tmp/site
cp -r ./mkdocs/site/* /tmp/site/