diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 781b55d..6add10c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,6 +16,9 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.x' + + - name: Install Pandoc + run: sudo apt-get update && sudo apt-get install -y pandoc - name: Install Dependencies run: |