Skip to content

Commit 0d82621

Browse files
committed
Add HTTP request to deploy CI script to update Download page automatically
1 parent 490afa5 commit 0d82621

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
branch: gh-pages # The branch the action should deploy to.
2424
folder: dist/ # The folder the action should deploy.
2525
single-commit: false # "false" here means "preserve git history on the gh-pages branch"
26+
- name: Update Download page
27+
run: curl https://p5js.org/download/release.php

0 commit comments

Comments
 (0)