mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 04:53:24 +00:00
ci: revert "ci: run docgen on prs and every branch"
This reverts commit e0d59a3239453fce76c084e319b1ccbc1f40d049.
This commit is contained in:
parent
e84a2fbdde
commit
157984e16c
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
@ -1,8 +1,9 @@
|
|||||||
name: Generate docs
|
name: Generate docs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
- pull_request
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
gen:
|
gen:
|
||||||
|
@ -99,7 +99,7 @@ func editorGetLine(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
|
|||||||
// #interface editor
|
// #interface editor
|
||||||
// getChar() -> string
|
// getChar() -> string
|
||||||
// Reads a keystroke from the user. This is in a format
|
// 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) {
|
func editorReadChar(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
|
||||||
buf := lr.rl.ReadChar()
|
buf := lr.rl.ReadChar()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user