Skip to content

feat(zoom): make changeZoom method public (fix #195) #13

feat(zoom): make changeZoom method public (fix #195)

feat(zoom): make changeZoom method public (fix #195) #13

Workflow file for this run

name: Publish docs
on:
push:
branches: [ main ]
paths: [ README.md, docs/** ]
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
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