mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
ci: maybe now?
This commit is contained in:
parent
31ac12a971
commit
5b7f4ef3dc
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,8 @@ fi
|
|||
sudo apt update
|
||||
sudo apt install -y pandoc
|
||||
|
||||
/usr/bin/git config --global --add safe.directory /home/runner/work/snacks.nvim/panvimdoc
|
||||
/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
|
||||
/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
|
||||
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
|
||||
git clone https://github.com/kdheepak/panvimdoc.git
|
||||
|
||||
cd ./panvimdoc
|
||||
|
@ -23,3 +22,4 @@ cd ./panvimdoc
|
|||
for f in ../docs/*.md; do
|
||||
./panvimdoc.sh --project-name "snacks.nvim" --input-file "$f" --vim-version "Neovim" --demojify "true" >"../doc/snacks.nvim-$(basename "$f" .md).txt"
|
||||
done
|
||||
rm -rf panvimdoc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue