Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Sep 22, 2024
1 parent 2b93c41 commit 65ddb5e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,11 @@ The docs website is currently not automated. Follow these steps to regenerate it
```bash
npm run doc -w packages/neovim
git checkout gh-pages
mv -f packages/neovim/doc/assets/* assets/
mv -f packages/neovim/doc/classes/* classes/
mv -f packages/neovim/doc/functions/* functions/
mv -f packages/neovim/doc/types/* types/
shopt -s extglob
git rm -r !(node_modules|packages)
mv packages/neovim/doc/* .
rm -r packages/
git add *
git add !(node_modules|packages)
git commit -m 'publish docs'
git push origin HEAD:gh-pages
```
Expand Down

0 comments on commit 65ddb5e

Please sign in to comment.