diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e3905a5f..3733a1ed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,11 @@ jobs: submodules: true - uses: actions/setup-node@v3 - run: npm ci - # Generate your TypeDoc documentation + # Add a step to set up Ruby + - uses: ruby/setup-ruby@v1 + # Install Bundler + - run: gem install bundler + # Now run your original command - run: npm run build:docsite:production # https://github.com/actions/upload-pages-artifact - uses: actions/upload-pages-artifact@v2