You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@community.apache.org by "rlenferink (via GitHub)" <gi...@apache.org> on 2023/03/30 10:16:05 UTC

[GitHub] [comdev-site] rlenferink commented on pull request #99: += pagefind

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-unsubscribe@community.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@community.apache.org
For additional commands, e-mail: dev-help@community.apache.org