Skip to content

Commit dabfdb2

Browse files
committed
Try specifying an ssh url
1 parent df76049 commit dabfdb2

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: self
53+
REPO: [email protected]/rmosolgo/graphql-ruby.git
5454
BRANCH: gh-pages
5555
FOLDER: gh-pages
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -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: self
91+
REPO: [email protected]/rmosolgo/graphql-ruby.git
9292
BRANCH: gh-pages
9393
FOLDER: gh-pages
9494
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)