Skip to content

test using action #1163

test using action

test using action #1163

Workflow file for this run

name: Build documentation

Check failure on line 1 in .github/workflows/build_docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_docs.yml

Invalid workflow file

(Line: 18, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual '.github/actions/build_documentation.yml'
on:
push:
branches: ['main']
workflow_dispatch: {}
workflow_call: {}
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: .github/actions/build_documentation.yml