Skip to content

ci: trigger owncloud/docs rebuild on push #19

ci: trigger owncloud/docs rebuild on push

ci: trigger owncloud/docs rebuild on push #19

Workflow file for this run

name: CI
on:
push:
branches:
- master
- '4.7'
- '4.6'
tags:
- '**'
pull_request:
branches:
- master
jobs:
docs-build:
name: Build documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: '22'
- name: Install dependencies
run: npm install
- name: Build documentation
run: npm run antora
trigger-docs-build:
name: Trigger docs build
needs: docs-build
if: github.event_name == 'push'
uses: owncloud/reusable-workflows/.github/workflows/trigger-docs-build.yml@master

Check failure on line 36 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "owncloud/reusable-workflows/.github/workflows/trigger-docs-build.yml@master" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
DOCS_TRIGGER_APP_ID: ${{ secrets.DOCS_TRIGGER_APP_ID }}
DOCS_TRIGGER_APP_PRIVATE_KEY: ${{ secrets.DOCS_TRIGGER_APP_PRIVATE_KEY }}