From 8d19b927cc75285050a60ef8c94b7e62fe9522d6 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Sat, 29 Jun 2024 18:02:27 +0200 Subject: [PATCH] Enable link checks for gamedev.social (#1533) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 275a1d54b..7e00bfaea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,6 @@ jobs: --exclude '[^\w]todo[^\w]?' --exclude 'https://(www\.|old\.)?reddit\.com' --exclude 'https://www.patreon.com' - --exclude 'https://gamedev.social' ${{ steps.changed-files.outputs.changed_files }} - name: Install Zola run: |