Skip to content

Commit d37d132

Browse files
committed
Simplify README.md
1 parent 79e1a86 commit d37d132

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ This repository automatically generates the Javadoc for Processing 4 and hosts i
77

88
This repository uses a custom GitHub Actions workflow [`build-and-deploy-javadoc.yml`](https://github.com/processing/processing4-javadocs/blob/gh-pages/.github/workflows/build-and-deploy-javadoc.yml) .
99

10-
The workflow clones the `processing/processing4` repository, gets the commit corresponding to the latest release, builds the Javadocs using `ant`, and copies the generated files to the `/docs` directory of this repository. The updated Javadocs are then committed and pushed to the `gh-pages` branch.
11-
12-
The workflow is triggered every Monday at midnight (UTC). A maintainer can manually trigger the workflow if needed.
10+
The workflow builds the Javadocs using `ant doc`, then copies the generated files to the `/docs` directory of this repository and deploys them to GitHub Pages.
1311

1412
## Legacy
1513

0 commit comments

Comments
 (0)