Skip to content

Commit

Permalink
try again on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Jul 4, 2024
1 parent e058934 commit c82f20d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
if: github.repository == 'c-ares/c-ares.github.io' && github.refs == 'refs/heads/main'
if: github.repository == 'c-ares/c-ares.github.io'
# && github.refs == 'refs/heads/main'
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit c82f20d

Please sign in to comment.