Skip to content

Commit 09c9ea2

Browse files
authored
Update README.md
1 parent 4c4e68f commit 09c9ea2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ We've set "Deploy from branch" in the repo settings to trigger on push to the `g
1717

1818
This automation helps keep the Javadocs updated without requiring manual intervention.
1919

20+
## Limitations
21+
22+
Currently, the workflow sources the main branch of the `processing/processing4` repository to generate the Javadocs. As a result, the Javadocs reflect the latest changes in the main branch, which might include updates that haven't been included in an official release yet. This could lead to discrepancies between the documentation and the most recent stable release of Processing 4
23+
24+
## To Do
25+
- [ ] Update the workflow to generate Javadocs based on the latest stable release instead of the `main` branch.
26+
2027
## Legacy
2128

2229
The source files for the [Processing 3 Javadocs](https://processing.github.io/processing-javadocs/core/) can be found at https://github.com/processing/processing-javadocs

0 commit comments

Comments
 (0)