Skip to content

Commit

Permalink
Build docs for all MC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed May 6, 2024
1 parent de930c8 commit 1e214f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/make-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build documentation
on:
push:
branches:
- mc-1.19.x
- mc-1.20.x
- mc-*

jobs:
make_doc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function isOpen(modem)
end

--[[- Allows a computer or turtle with an attached modem to send a message
intended for a sycomputer with a specific ID. At least one such modem must first
intended for a computer with a specific ID. At least one such modem must first
be [opened][`rednet.open`] before sending is possible.
Assuming the target was in range and also had a correctly opened modem, the
Expand Down

0 comments on commit 1e214f3

Please sign in to comment.