rlenferink commented on PR #99: URL: https://github.com/apache/comdev-site/pull/99#issuecomment-1490049905
This looks quite neat when tested locally! I updated the README with the steps I had to execute to get this working locally. I checked [the Jenkins build](https://ci-builds.apache.org/job/Community%20Development/job/site/job/pagefind/2/console) for this branch and it seems that `npx` is not available: ``` + npx -y pagefind --source /tmp/tmp.Gyx0fKCW5W/content /home/jenkins/workspace/munity_Development_site_pagefind@tmp/durable-59bbcbc2/script.sh: 1: npx: not found ``` A solution I was thinking of: we could add a `Containerfile` (intentionally not called Dockerfile), add the required tooling there (`hugo`, `npx` etc.) and use that image for building the website in Jenkins, but also for users who want to do local testing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For additional commands, e-mail: dev-h...@community.apache.org