Skip to content

Commit 872ba10

Browse files
committed
CI: Fix listing
1 parent 9a5dcc8 commit 872ba10

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
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
sudo apt-get install -y doxygen
8181
B2_TARGETS=libs/$SELF/doc ci/build.sh
82-
find libs/$SELF/doc/html
82+
find doc/html
8383
8484
posix:
8585
defaults:

0 commit comments

Comments
 (0)