Skip to content

fix copy course (#5013) #13038

fix copy course (#5013)

fix copy course (#5013) #13038

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.