We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872de91 commit fd6e100Copy full SHA for fd6e100
.github/workflows/website.yaml
@@ -48,12 +48,10 @@ jobs:
48
git config --global user.email "$(git log --format="%aE" -n 1)"
49
bundle exec rake site:commit_changes
50
- name: Deploy to GitHub pages via gh-pages branch
51
- uses: s0/git-publish-subdir-action@master
52
- env:
53
- REPO: [email protected]:rmosolgo/graphql-ruby.git
54
- BRANCH: gh-pages
55
- FOLDER: gh-pages
56
- SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}
+ uses: peaceiris/actions-gh-pages@v4
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: ./gh-pages
57
api_docs:
58
needs: website
59
if: ${{ inputs.publish_version || github.ref_name }}
0 commit comments