Skip to content

Commit 02f243d

Browse files
c-dilkstongtongcao
authored andcommitted
fix: javadoc deployment path (#623)
1 parent 0e8215f commit 02f243d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
- name: build coatjava
202202
run: |
203203
./build-coatjava.sh --docs
204-
mv coatjava/share/doc/coatjava/html/* pages/
204+
mv coatjava/share/doc/coatjava/html pages/javadoc
205205
### upload artifacts
206206
- uses: actions/upload-pages-artifact@v3
207207
with:

0 commit comments

Comments
 (0)