Skip to content

Commit 5f26ce8

Browse files
committed
Update build.yaml file
1 parent 7966a74 commit 5f26ce8

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ on:
77
tags: ["*"]
88
pull_request:
99
branches: [ master ]
10-
workflow_dispatch:
11-
inputs:
12-
run_deploy:
13-
description: 'Should newest tag be deployed?'
14-
required: false
15-
default: ""
10+
1611

1712
jobs:
1813

@@ -60,7 +55,7 @@ jobs:
6055
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
6156

6257
- if: steps.pixisetup.outcome == 'success'
63-
run: pixi sphinx-build -M linkcheck . _build -W --keep-going -a -q
58+
run: pixi run sphinx-build -M linkcheck . _build -W --keep-going -a -q
6459

6560
- name: Install mamba
6661
if: steps.pixisetup.outcome == 'failure'

0 commit comments

Comments
 (0)