This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-site.git
The following commit(s) were added to refs/heads/main by this push:
new 7ac5df0 use latest hash from reop (#159)
7ac5df0 is described below
commit 7ac5df0c1c38e119f0d4b920d3a24878bce3efdc
Author: Kevin Liu <[email protected]>
AuthorDate: Wed Mar 25 05:35:57 2026 -0700
use latest hash from reop (#159)
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index ea98d13..3a13528 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ IMAGE_NAME = df-site-build
# runs the Docker container to build the site
build:
@if ! docker image inspect $(IMAGE_NAME) > /dev/null 2>&1; then \
- docker build -t $(IMAGE_NAME)
https://github.com/apache/infrastructure-actions.git#main:pelican; \
+ docker build -t $(IMAGE_NAME)
https://github.com/apache/infrastructure-actions.git#06c3bf8a70aeddc0db4febabfbe56921d7f61ab3:pelican;
\
fi
docker run -it --rm -p8000:8000 -v $(PWD):/site --entrypoint /bin/bash
$(IMAGE_NAME) -c \
"pelicanasf content -o blog --autoreload & \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]