Skip to content

chore(release): 🚀 1.1.2 #57

chore(release): 🚀 1.1.2

chore(release): 🚀 1.1.2 #57

Workflow file for this run

name: 📜 Deploy API documentation
permissions:
contents: read
pull-requests: write
on:
push:
branches:
- main
paths:
- 'docs/api-docs.yaml'
- '.github/workflows/bump.yml'
workflow_run:
workflows: ["🚀 Deploy"]
types:
- completed
jobs:
deploy-doc:
if: github.repository == 'jqshuv/short'
name: 🚀 Deploy API documentation
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v4
- name: 🚀 Deploy API documentation
uses: bump-sh/github-action@v1
with:
doc: short
hub: jqshuv
token: ${{ secrets.BUMPSH_SECRET }}
file: docs/api-docs.yaml