Skip to content

Commit

Permalink
Remove mutool draw to mudraw wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Nov 11, 2023
1 parent 3693d54 commit fc56d04
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,6 @@ jobs:
echo "$GEM_HOME/bin" >> $GITHUB_PATH
gem install taskjuggler
mkdir -p ~/bin
# wrapper for `mutool` that calls `mudraw` since older version of
# `mupdf-tools` had the draw subcommand separate
cat <<EOF > ~/bin/mutool
#!/bin/sh
if [ "$1" = "draw" ]; then
shift
/usr/bin/mudraw "$@"
else
/usr/bin/mutool "$@"
fi
EOF
chmod u+x ~/bin/mutool
echo "$HOME/bin" >> $GITHUB_PATH
- name: Set up worktree and Run ikiwiki
run: |
git config extensions.worktreeConfig true
Expand Down

0 comments on commit fc56d04

Please sign in to comment.