Merge pull request #322 from JaCraig/dependabot/nuget/src/SQLHelper.D… #326
This file contains hidden or 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: Document Site Publish | |
| on: | |
| push: | |
| branches: [ "master" ] | |
| permissions: | |
| contents: write | |
| jobs: | |
| publish-docs: | |
| uses: JaCraig/Centralized-Workflows/.github/workflows/docsfx.yml@main |