Deploy WebAssembly cockle and terminal builds to github pages #75
+54
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a new github workflow to build the WebAssembly
cockleandterminaldeployments from #52 and deploy them to github pages so that we can easily check the everything works in WebAssembly. The workflow will run automatically on any push to themainbranch such as the merging of a PR. I have also set it up forworkflow_dispatchso that it can be manually run as required. My hope here is that we can manually run it on PR branches if we want to but I am not sure of the github pages functionality supports deploying from branches other thanmain, we will have to experiment to see.The empty
.nojekyllfile is to stop the automatic deployment to github pages that occurs by default as we want to use our more complicated github action instead.