Skip to content

Commit 9b0fb8f

Browse files
author
Isaac Brodsky
authored
Fix website build directory (#96)
* Fix website build directory * fix mvn command line
1 parent c158089 commit 9b0fb8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: website
12

23
on:
34
push:
@@ -27,9 +28,8 @@ jobs:
2728
${{ runner.os }}-maven-
2829
2930
- name: Javadocs Build
30-
working-directory: website
3131
run: |
32-
mvn -B -C clean site -Dh3.use.docker=false
32+
mvn -B -V clean site -Dh3.use.docker=false
3333
3434
# Deploy the book's HTML to gh-pages branch
3535
- name: GitHub Pages action

0 commit comments

Comments
 (0)