Skip to content

Update release-maven-image.yml #44

Update release-maven-image.yml

Update release-maven-image.yml #44

Workflow file for this run

# Sample workflow for building and deploying a VitePress site to GitHub Pages
#
name: Deploy VitePress site to Pages
on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
# using the `master` branch as the default branch.
push:
branches: [main]
paths:
- "docs/**"
- ".github/workflows/**" # define the concrete paths on which a change triggers this action, e.g. backend/**
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
deploy-pages:
uses: it-at-m/.github/.github/workflows/reuseable-template-deploy-pages.yml@reuseable-workflow

Check failure on line 19 in .github/workflows/deploy-docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-docs.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy-docs.yml" -> "it-at-m/.github/.github/workflows/reuseable-template-deploy-pages.yml@reuseable-workflow" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit