Skip to content

Commit 0954c11

Browse files
Update pages.yml
1 parent 63f2316 commit 0954c11

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/pages.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ jobs:
4444
working-directory: '${{ github.workspace }}/docs'
4545
- name: Install gems
4646
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 }}
5647
- name: Setup Pages
5748
id: pages
5849
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)