Skip to content

Commit

Permalink
Merge pull request #517 from Materials-Consortia/revert-515-skip-buil…
Browse files Browse the repository at this point in the history
…d-html-job-on-forks

Revert "Skip the 'build_html' job on repository forks"
  • Loading branch information
vaitkus committed Apr 10, 2024
2 parents 604468a + f1494f0 commit 7af7eb6
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 7af7eb6

Please sign in to comment.