Skip to content

docs: Add link to Day.js format reference (#1506) #25

docs: Add link to Day.js format reference (#1506)

docs: Add link to Day.js format reference (#1506) #25

Workflow file for this run

---
name: 📚 Update Docs
on:
push:
branches:
- master
paths:
- "docs/**"
workflow_dispatch:
jobs:
update-docs:
name: Update Documentation
runs-on: ubuntu-latest
steps:
- name: Getting your configuration from GitHub
uses: actions/checkout@v2
- name: Update documentation
uses: totaldebug/sphinx-publish-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}