ci: maybe now?

This commit is contained in:
Folke Lemaitre 2024-11-05 21:22:08 +01:00
parent 31ac12a971
commit 5b7f4ef3dc
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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