Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Apr 12, 2023
1 parent a473f28 commit 70ab57f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
sudo apt-get install -q -y gcc g++ libboost-all-dev cmake doxygen
cd lang/c++
./build.sh clean doc
cp -r lang/c++/doc/html/* website/docs/++version++/api/cpp/html/
- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -141,8 +140,6 @@ jobs:
set -x
cd lang/java
mvn -Pdist javadoc::aggregate
cp -r target/apidocs/* ../../website/docs/++version++/api/java/
popd
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 70ab57f

Please sign in to comment.