From 2617e930c57aecb84b37d6b9532daa40ca51e088 Mon Sep 17 00:00:00 2001 From: Benoit Donneaux Date: Wed, 22 May 2024 19:37:24 +0200 Subject: [PATCH] Verify action requirements Signed-off-by: Benoit Donneaux --- .gitea/workflows/jekyll.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/jekyll.yaml b/.gitea/workflows/jekyll.yaml index ae4e5da..8c1f500 100644 --- a/.gitea/workflows/jekyll.yaml +++ b/.gitea/workflows/jekyll.yaml @@ -48,6 +48,9 @@ jobs: docker-compose run --rm -v "${JOB_CONTAINER_NAME}:/home/ubuntu/workspace" jekyll build --verbose - name: Verify site id: verify_site - uses: LeastAuthority/broken-links-action@v1 - with: - path: ./_site + # uses: LeastAuthority/broken-links-action@v1 + # with: + # path: ./_site + run: | + python3 --version + wget --version