Skip to content

Commit

Permalink
Remove one of the checks when building website
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrielgerez committed Jun 10, 2024
1 parent 1362bf1 commit 5ac5549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo "Used CNAME from the action workflow file"
fi
- name: Deploy to gh-pages
if: ${{ github.event_name == 'pull_request' && github.ref == format('refs/heads/{0}', env.MAIN_BRANCH) }}
if: ${{ github.event_name == 'pull_request'}}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5ac5549

Please sign in to comment.