From f1494f0439979b942d975489322c2ce3f021d925 Mon Sep 17 00:00:00 2001 From: Rickard Armiento Date: Wed, 10 Apr 2024 13:29:05 +0200 Subject: [PATCH] Revert "Skip the 'build_html' job on repository forks" --- .github/workflows/pages.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index ea06b861..eebed4f0 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -36,9 +36,6 @@ jobs: - name: Commit to gh-pages run: | - # Skip the run on forks without the 'gh-pages' branch - git ls-remote --exit-code --heads origin refs/heads/gh-pages > /dev/null - test $? -eq 2 && exit 0 git fetch origin gh-pages git checkout gh-pages mkdir -p specification/develop