Skip to content

Commit

Permalink
ci: Comment out deploy only on main
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyhale committed Sep 25, 2024
1 parent 99896e2 commit 2f69fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
id-token: write
needs: package
runs-on: ubuntu-latest
if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }}
#if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }}
steps:
- name: Deploy Project to GitHub Pages
uses: actions/deploy-pages@v2
- name: Deploy Docs to GitHub Pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 2f69fc1

Please sign in to comment.