Skip to content

Commit

Permalink
Revert "Skip the 'build_html' job on repository forks"
Browse files Browse the repository at this point in the history
  • Loading branch information
rartino authored Apr 10, 2024
1 parent 604468a commit f1494f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1494f0

Please sign in to comment.