We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cddc3 commit 872de91Copy full SHA for 872de91
1 file changed
.github/workflows/website.yaml
@@ -50,7 +50,7 @@ jobs:
50
- name: Deploy to GitHub pages via gh-pages branch
51
uses: s0/git-publish-subdir-action@master
52
env:
53
- REPO: git@github.com/rmosolgo/graphql-ruby.git
+ REPO: git@github.com:rmosolgo/graphql-ruby.git
54
BRANCH: gh-pages
55
FOLDER: gh-pages
56
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
93
94
0 commit comments