Merge pull request #5 from synodic/dependabot/npm_and_yarn/antora/col… #11
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: Publish Website to GitHub Pages | ||
on: | ||
push: | ||
# Manual trigger | ||
workflow_dispatch: | ||
# External trigger | ||
repository_dispatch: | ||
types: | ||
- docs-deploy | ||
# Allow one concurrent deployment for the workflow | ||
concurrency: | ||
group: page-deploy | ||
cancel-in-progress: true | ||
jobs: | ||
build: | ||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
if: github.repository_owner == 'Synodic-Software' | ||
uses: synodic-software/.github/.github/workflows/website-publish-pages.yml@stable | ||
Check failure on line 25 in .github/workflows/publish.yml GitHub Actions / .github/workflows/publish.ymlInvalid workflow file
|