Skip to content

Commit

Permalink
feat(build): Distribute Maven repo on docs site (see #970)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Feb 7, 2025
1 parent 65f090f commit 79a07ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/docs/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,7 @@ tools/distro/build.bash

# https://docs.enola.dev/demo/
web/distro

# https://docs.enola.dev/maven-repo/
mkdir -p site/maven-repo/dev/enola/
cp -r ~/.m2/repository/dev/enola/ site/maven-repo/dev/

0 comments on commit 79a07ef

Please sign in to comment.