Skip to content

Bump @aws-sdk/lib-storage from 3.100.0 to 3.616.0 #14059

Bump @aws-sdk/lib-storage from 3.100.0 to 3.616.0

Bump @aws-sdk/lib-storage from 3.100.0 to 3.616.0 #14059

Workflow file for this run

name: Publish to GitHub Pages
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: write
jobs:
publish-nest-documentation:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛠
uses: actions/checkout@v4
- name: Generate documentation 🤖
run: npm run nest:docs:build
- name: Deploy 🚀
if: ${{ github.ref == 'refs/heads/main' }}
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.