diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 68b05ec..beb4b08 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -26,6 +26,7 @@ jobs: run: | sudo apt-get update && sudo apt-get install -y curl rsync build-essential git + pip install 'markdown-it-py[plugins] @ git+https://github.com/badayvedat/markdown-it-py.git@feat/extend-cli' - name: Checkout uses: actions/checkout@v3 with: diff --git a/barf_macos b/barf_macos index 58c94da..103b307 100755 --- a/barf_macos +++ b/barf_macos @@ -1,6 +1,6 @@ #!/bin/sh set -eu -MARKDOWN=smu +MARKDOWN=markdown-it IFS=' ' # Create tab separated file with filename, title, creation date, last update