Skip to content

Commit

Permalink
CI: forgot to add option -i to sed
Browse files Browse the repository at this point in the history
  • Loading branch information
lyokha committed May 5, 2024
1 parent 54b3252 commit c1191c7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@ jobs:
wget https://github.com/lyokha/vim-publish-helper/releases/download/0.15/vimhl-0.15-ghc-9.8 \
-Ovimhl
chmod a+x vimhl
sed "1s'.*'&\nset runtimepath+=$(pwd)/vim-lucius\nset runtimepath+=$(pwd)/vim-publish-helper-0.15'" \
sed -i "1s'.*'&\nset runtimepath+=$(pwd)/vim-lucius\nset runtimepath+=$(pwd)/vim-publish-helper-0.15'" \
.vimrc.pandoc
ls $(pwd)/vim-lucius
ls $(pwd)/vim-publish-helper-0.15
export VIMHL_BACKEND=${{ steps.neovim.outputs.executable }}
# export VIMRC_PANDOC="$(pwd)/.vimrc.pandoc"
cp -u .vimrc.pandoc $HOME
export VIMRC_PANDOC="$(pwd)/.vimrc.pandoc"
pandoc -fmarkdown -tgfm -Fvimhl README.md.in > README.md
git config --local user.name "github-actions[bot]"
git config --local user.email \
Expand Down

0 comments on commit c1191c7

Please sign in to comment.