diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index a6437eb..d99bd01 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -34,7 +34,7 @@ jobs: uses: pandoc/actions/setup@main - name: Install entangled filters - run: pip install git+https://github.com/entangled/filters.git + run: pip install https://github.com/entangled/filters/archive/refs/tags/v0.8.0-1.tar.gz - name: Checkout uses: actions/checkout@v4