Skip to content

load and save composer draft for chat room input text #110

load and save composer draft for chat room input text

load and save composer draft for chat room input text #110

Workflow file for this run

name: Docs
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docs:
uses: ./.github/workflows/build-docs.yml
secrets: inherit
deploy:
runs-on: ubuntu-20.04
if: ${{ github.ref == 'refs/heads/main' }}
needs:
- docs
name: Build Latest API Docs
steps:
- name: Deploy to GitHub Pages
if: ${{ github.ref == 'refs/heads/main' }}
id: deployment
uses: actions/deploy-pages@v4