Skip to content

Commit

Permalink
CI: trying use $HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
lyokha committed May 5, 2024
1 parent ee24597 commit 54b3252
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ 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,$(pwd)/vim-publish-helper-0.15'" \
sed "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"
# export VIMRC_PANDOC="$(pwd)/.vimrc.pandoc"
cp -u .vimrc.pandoc $HOME
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 54b3252

Please sign in to comment.