Skip to content

July 22, 2024 Release #33

July 22, 2024 Release

July 22, 2024 Release #33

Workflow file for this run

name: Production docs deploy
on:
release:
types: [published]
workflow_dispatch:
jobs:
trigger-circleci:
runs-on: ubuntu-latest
steps:
- name: Run CircleCI
id: prod-docs
uses: CircleCI-Public/[email protected]
env:
CCI_TOKEN: ${{ secrets.CCI_TOKEN }}