ci: revert "ci: run docgen on prs and every branch"

This reverts commit e0d59a3239.
pull/240/head
sammyette 2023-07-09 16:53:35 -04:00
parent e84a2fbdde
commit 157984e16c
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
name: Generate docs
on:
- push
- pull_request
push:
branches:
- master
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()