We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7966a74 commit 5f26ce8Copy full SHA for 5f26ce8
1 file changed
.github/workflows/build.yaml
@@ -7,12 +7,7 @@ on:
7
tags: ["*"]
8
pull_request:
9
branches: [ master ]
10
- workflow_dispatch:
11
- inputs:
12
- run_deploy:
13
- description: 'Should newest tag be deployed?'
14
- required: false
15
- default: ""
+
16
17
jobs:
18
@@ -60,7 +55,7 @@ jobs:
60
55
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
61
56
62
57
- 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
64
59
65
- name: Install mamba
66
if: steps.pixisetup.outcome == 'failure'
0 commit comments