Skip to content

Commit 872de91

Browse files
committed
fix typo in URL
1 parent 90cddc3 commit 872de91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Deploy to GitHub pages via gh-pages branch
5151
uses: s0/git-publish-subdir-action@master
5252
env:
53-
REPO: [email protected]/rmosolgo/graphql-ruby.git
53+
REPO: [email protected]:rmosolgo/graphql-ruby.git
5454
BRANCH: gh-pages
5555
FOLDER: gh-pages
5656
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}
@@ -88,7 +88,7 @@ jobs:
8888
- name: Deploy to GitHub pages via gh-pages branch
8989
uses: s0/git-publish-subdir-action@master
9090
env:
91-
REPO: [email protected]/rmosolgo/graphql-ruby.git
91+
REPO: [email protected]:rmosolgo/graphql-ruby.git
9292
BRANCH: gh-pages
9393
FOLDER: gh-pages
9494
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}

0 commit comments

Comments
 (0)