Skip to content

Commit b8d5713

Browse files
committed
Updating blog config: Updating GH Actions
1 parent f5d5dd0 commit b8d5713

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: "Build and Deploy"
22
on:
33
push:
44
branches:
5-
- main
6-
- master
7-
- upgrade-v7.4.1 # Temporary for testing
5+
- prod
86
paths-ignore:
97
- .gitignore
108
- README.md
@@ -43,7 +41,7 @@ jobs:
4341
- name: Setup Ruby
4442
uses: ruby/setup-ruby@v1
4543
with:
46-
ruby-version: 3.1.4
44+
ruby-version: 3.3
4745
bundler-cache: true
4846

4947
- name: Build site
@@ -71,4 +69,4 @@ jobs:
7169
steps:
7270
- name: Deploy to GitHub Pages
7371
id: deployment
74-
uses: actions/deploy-pages@v4
72+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)