Skip to content

Correct trigger rules #2

Correct trigger rules

Correct trigger rules #2

Workflow file for this run

name: dbt-score
on:
push:
branches:
- master
paths:
- "docs/**"
- "src/**"
- .github/workflows/docs.yml
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Check failure on line 17 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- name: Set up PDM
uses: pdm-project/setup-pdm@v4
with:
python-version: 3.11
- name: Install dependencies
run: |
pdm run tox -e docs
# - name: Publish docs
# run: |
# TODO