Closed slifty closed 3 years ago
I admit I have no idea how to test that without merging
Create a test branch with this commit that changes the "on" directive to target the test branch, e.g.:
on:
push:
branches: [ main, test_branch ]
If it passes, then by the transitive property this branch shall also pass.
Ty for all the tips! Chris I ended up trying out act
and it revealed that the site doesn't build in Node 14.
Updating the PR to specify 10 for our action (and I'm adding 10 to our package)
Here goes nothing.........
This PR replaces our Travis CI configuration with GH pages.
I believe the various "secrets" referenced by the
publish.yml
workflow just exist by default and do not need to be explicitly set, so this should simply work when merged.I admit I have no idea how to test that without merging -- thus is the eternal quandary of PRs that modify CI.
Resolves #90