ci: run docgen on prs and every branch

pull/240/head
sammyette 2023-07-09 16:32:19 -04:00
parent b6315639b2
commit e0d59a3239
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
2 changed files with 3 additions and 4 deletions

View File

@ -1,9 +1,8 @@
name: Generate docs
on:
push:
branches:
- master
- push
- pull_requests
jobs:
gen:

View File

@ -99,7 +99,7 @@ func editorGetLine(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
// #interface editor
// getChar() -> string
// Reads a keystroke from the user. This is in a format
// of something like Ctrl-L..
// of something like Ctrl-L.
func editorReadChar(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
buf := lr.rl.ReadChar()