Skip to content

Commit ce00ecc

Browse files
committed
Set outdir in CI
1 parent 1376e9e commit ce00ecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/make-tutorials-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cache-dependency-glob: pyproject.toml
3232
- name: Execute validation script and create output directory
3333
run: |
34-
uvx hatch run registry:validate
34+
uvx hatch run registry:validate --outdir build
3535
3636
- name: Upload GitHub Pages artifact
3737
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)