We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1376e9e commit ce00eccCopy full SHA for ce00ecc
1 file changed
.github/workflows/make-tutorials-json.yml
@@ -31,7 +31,7 @@ jobs:
31
cache-dependency-glob: pyproject.toml
32
- name: Execute validation script and create output directory
33
run: |
34
- uvx hatch run registry:validate
+ uvx hatch run registry:validate --outdir build
35
36
- name: Upload GitHub Pages artifact
37
uses: actions/upload-pages-artifact@v3
0 commit comments