From d0298eb7e8e822d7492ad84ebf22492159a81c2c Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Sun, 2 Mar 2025 11:32:36 +0100 Subject: [PATCH] Update. --- webpages/.readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webpages/.readthedocs.yaml b/webpages/.readthedocs.yaml index 69b2e35..15aece6 100644 --- a/webpages/.readthedocs.yaml +++ b/webpages/.readthedocs.yaml @@ -10,8 +10,8 @@ build: ruby: "3.3" commands: # Install dependencies - - gem install bundle - - bundle install + - cd webpages && gem install bundle + - cd webpages && bundle install # Build the site and save generated files into Read the Docs directory - - jekyll build --destination $READTHEDOCS_OUTPUT/html + - cd webpages && jekyll build --destination $READTHEDOCS_OUTPUT/html \ No newline at end of file