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 63f2316 commit 0954c11Copy full SHA for 0954c11
1 file changed
.github/workflows/pages.yml
@@ -44,15 +44,6 @@ jobs:
44
working-directory: '${{ github.workspace }}/docs'
45
- name: Install gems
46
run: bundle install
47
- - name: Commit updated Gemfile.lock
48
- run: |
49
- git config user.name "github-actions"
50
- git config user.email "github-actions@github.com"
51
- git add Gemfile.lock
52
- git diff --staged --quiet || git commit -m "Update Gemfile.lock"
53
- git push origin HEAD:main
54
- env:
55
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
- name: Setup Pages
57
id: pages
58
uses: actions/configure-pages@v5
0 commit comments