Skip to content

Commit c72c128

Browse files
chore: fix branch name for docs deployment
1 parent 1da91b9 commit c72c128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
bun prod:build
5252
5353
- name: "Deploy docs"
54-
if: endsWith(github.ref, '/release-pypangraph')
54+
if: endsWith(github.ref, '/release-docs')
5555
env:
5656
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
5757
AWS_CLOUDFRONT_DISTRIBUTION_ID: ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION_ID }}
@@ -63,7 +63,7 @@ jobs:
6363
./deploy
6464
6565
- name: "Create git tag"
66-
if: endsWith(github.ref, '/release-pypangraph')
66+
if: endsWith(github.ref, '/release-docs')
6767
run: |
6868
git config --global user.name "${{ secrets.NEHERLAB_BOT_GITHUB_NAME }}"
6969
git config --global user.email "${{ secrets.NEHERLAB_BOT_GITHUB_EMAIL }}"

0 commit comments

Comments
 (0)