diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d3630185..a99d6a77 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,10 @@ jobs: # Install Bundler - run: gem install bundler # Install Jekyll and other gems - - run: bundle install + - run: | + cd docs + bundle install + cd .. # Now run your original command - run: npm run build:docsite:production # https://github.com/actions/upload-pages-artifact