We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490afa5 commit 0d82621Copy full SHA for 0d82621
.github/workflows/deploy.yaml
@@ -23,3 +23,5 @@ jobs:
23
branch: gh-pages # The branch the action should deploy to.
24
folder: dist/ # The folder the action should deploy.
25
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