Skip to content

Commit

Permalink
Mention how to set terminal width (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer authored May 22, 2022
1 parent 64236d5 commit 7fe24b8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,14 @@ In some packages, you may want to install the package yourself into the docs env
with:
install-package: false
```
### Setting terminal width
For some doctests, the default terminal width of GitHub Runners is too narrow.
To change this, set the `COLUMNS` environment variable.

```yaml
- uses: julia-actions/julia-docdeploy@v1
env:
COLUMNS: '200'
```

0 comments on commit 7fe24b8

Please sign in to comment.