Added external dependency for natural sorting (feature not yet integr… #121
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docs `next` | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
docs: | |
uses: ./.github/workflows/docs.yml | |
permissions: | |
contents: write | |
pages: write |