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