Skip to content

Commit

Permalink
Merge branch 'modernize_package' of https://github.com/ChristopherMay…
Browse files Browse the repository at this point in the history
…es/openPMD-beamphysics into modernize_package
  • Loading branch information
ChristopherMayes committed Oct 18, 2024
2 parents 8e2f15d + db3bb99 commit bb5547b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
path: ./site
deploy:
if: ${{ github.repository_owner == 'slaclab' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')) }}
if: ${{ github.repository_owner == 'ChristopherMayes' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')) }}
needs: build
name: "Deploy docs"

Expand Down

0 comments on commit bb5547b

Please sign in to comment.