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