Skip to content

Commit

Permalink
Merge pull request #1009 from JeffersonLab/fix-ghpages-deployment
Browse files Browse the repository at this point in the history
Fix tag for site deployment
  • Loading branch information
JeremyMcCormick committed Sep 7, 2023
2 parents 1c60e66 + 61bdae5 commit 0daf0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v3
with:
ref: ${{ inputs.tag }}
ref: hps-java-${{ inputs.tag }}

- name: Validate tag
run: |
Expand Down

0 comments on commit 0daf0db

Please sign in to comment.