Skip to content

docs: add custom label example #35

docs: add custom label example

docs: add custom label example #35

Workflow file for this run

name: Publish docs
on:
push:
branches: [main]
paths: [README.md, docs/**]
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
timeout-minutes: 10
if: github.repository == 'igordanchenko/yet-another-react-lightbox'
steps:
- name: Publish
env:
DOCS_TOKEN: ${{ secrets.DOCS_TOKEN }}
run: |
curl -s -X POST -H "Authorization: $DOCS_TOKEN" https://yet-another-react-lightbox.com/api/publish