Github Action to update github pages when a new version is created #122
Labels
E-Medium
Medium difficulty problem
enhancement
New feature or request
good first issue
Good for newcomers
question
Further information is requested
Milestone
This page:
https://boa-dev.github.io/boa
Is often behind the actual release. As its a manual job to push the new version.
git push && git subtree push --prefix dist origin gh-pages
It would be nice to update the web assembly page when a new version is rolled out.
We already have a github action here:
https://github.com/boa-dev/boa/blob/master/.github/workflows/pull_request.yml
Is it possible to make one which responds to new versions?
It can then run
yarn build
and push to thegh-pages
branchThe text was updated successfully, but these errors were encountered: