Skip to content

Commit a773f86

Browse files
authored
fix path for javadoc CI (#7173)
Currently failing on develop Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent aa108c6 commit a773f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
mkdir -p docs/_static/vortex-jni
5050
mkdir -p docs/_static/vortex-spark
5151
cp -r java/vortex-jni/build/docs/javadoc/* docs/_static/vortex-jni/
52-
cp -r vortex-spark/build/vortex-spark_2.13/docs/javadoc/* docs/_static/vortex-spark/
52+
cp -r java/vortex-spark/build/vortex-spark_2.13/docs/javadoc/* docs/_static/vortex-spark/
5353
- name: build Python and Rust docs
5454
run: |
5555
uv run --all-packages make -C docs html

0 commit comments

Comments
 (0)