Skip to content

v0.10.0

v0.10.0 #7

Workflow file for this run

name: Mintlify
on:
workflow_dispatch:
release:
types: [published]
jobs:
mintlify:
defaults:
run:
shell: bash
runs-on: ubuntu-latest
steps:
- name: Update Mintlify
run: |
curl --request POST \
--url https://api.mintlify.com/v1/project/update/${{ secrets.MINTLIFY_PROJECT_ID }} \
--header 'Authorization: Bearer ${{ secrets.MINTLIFY_TOKEN }}'