You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,5 +36,18 @@ Options:
36
36
included which (should) build if you set up AppVeyer to track
37
37
your fork. AppVeyer is free for open-source projects.
38
38
(TODO: should have a link to the official AppVeyer build)
39
-
- build via the CircleCI Windows image. There is included configuration for CircleCI.
40
-
CicleCI is free (with usage limitations) for open-source projects.
39
+
40
+
## Updating the site
41
+
42
+
Log4Net uses Maven to build the site. Source artifacts can be found under `src/site`.
43
+
Building the site can be accomplished with `npm run build-site`. You should have maven
44
+
installed:
45
+
- Windows: get it from Scoop
46
+
- OSX: get it from Homebrew
47
+
- Linux: use your package manager
48
+
49
+
The site will be generated in `target/site`, and can be viewed locally. Updates should
50
+
be pushed to the `asf-staging` branch of [https://github.com/apache/logging-log4net-site](https://github.com/apache/logging-log4net-site])
51
+
52
+
Once the site has been pushed to the `asf-staging` branch, it can be viewed at
0 commit comments