Skip to content

Commit 5a02240

Browse files
authored
Update automated_reference_update.md
1 parent f56a2a4 commit 5a02240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributor_docs/automated_reference_update.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Automated Reference update
1+
## Automated Reference update
22

33
The p5.js documentation needs to be updated every time a new p5.js release gets published.
44
This process is done by the `update-enJSON` [grunt task](https://github.com/processing/p5.js-website/blob/main/Gruntfile.js).
@@ -16,6 +16,6 @@ Every time a new p5.js release gets published, the update-p5jswebsite workflow (
1616

1717
When the update-documentation workflow commits the updated Reference files, the commit message will show both the p5.js release tag and the commit's sha.
1818

19-
###Notes:
19+
### Notes:
2020
- For the repository_dispatch event of the update-p5jswebsite workflow, [this GitHub action](https://github.com/peter-evans/repository-dispatch) was used.
2121
- In order for the update-p5jswebsite workflow to trigger the update-documentation workflow, **it requires a repo scoped Personal Access Token created on a user with write access to the p5.js-website repository**. The Personal Access Token needs to be stored as secret in the p5.js repository.

0 commit comments

Comments
 (0)