Skip to content

docs: format docs

docs: format docs #1

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://react-photo-album.com/api/publish