Skip to content

Commit

Permalink
Merge pull request #51 from desdic/fix/links
Browse files Browse the repository at this point in the history
fix: url to nightly
  • Loading branch information
desdic authored Feb 12, 2025
2 parents 01d1188 + 80139b4 commit fe2ab80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
- os: ubuntu-24.04
url: /~https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
url: /~https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.tar.gz
steps:
- uses: actions/checkout@v3
- run: date +%F > todays-date
Expand Down
2 changes: 1 addition & 1 deletion doc/greyjoy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Default options:
size = nil,
},
term = {
height = 5,
width_pct = 0.2,
},
telescope = {
keys = {
Expand Down

0 comments on commit fe2ab80

Please sign in to comment.