Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott authored Feb 4, 2024
1 parent b3220a4 commit 1742157
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1742157

Please sign in to comment.