You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update .gitignore (Fix#29)
- Remove registry/ (Fix#25)
- Add package description (Fix#24)
- Add CI build and test (Fix#26)
- Add documentation (skeleton) (Fix#27)
- Update README (Fix#31)
- Add CI to build documentation (Fix#28)
I have made two GH actions. One is to build and check for link
errors when a push or a pull request (PR) is made. The other on
push only.
If we try to deploy the documentation to GH pages on PR the action
don't have permissions to write and fails. So I have done
'build-and-test.yml' so in a PR we can catch any error of broken
links in the documentation and when the PR is accepted the push
action will deploy the documentation to GH pages with
'build-and-deploy-documentation'.
0 commit comments