Skip to content

Merge pull request #5 from synodic/dependabot/npm_and_yarn/antora/col… #11

Merge pull request #5 from synodic/dependabot/npm_and_yarn/antora/col…

Merge pull request #5 from synodic/dependabot/npm_and_yarn/antora/col… #11

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

error parsing called workflow ".github/workflows/publish.yml" -> "synodic-software/.github/.github/workflows/website-publish-pages.yml@stable" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.