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 f5d5dd0 commit b8d5713Copy full SHA for b8d5713
.github/workflows/pages-deploy.yml
@@ -2,9 +2,7 @@ name: "Build and Deploy"
2
on:
3
push:
4
branches:
5
- - main
6
- - master
7
- - upgrade-v7.4.1 # Temporary for testing
+ - prod
8
paths-ignore:
9
- .gitignore
10
- README.md
@@ -43,7 +41,7 @@ jobs:
43
41
- name: Setup Ruby
44
42
uses: ruby/setup-ruby@v1
45
with:
46
- ruby-version: 3.1.4
+ ruby-version: 3.3
47
bundler-cache: true
48
49
- name: Build site
@@ -71,4 +69,4 @@ jobs:
71
69
steps:
72
70
- name: Deploy to GitHub Pages
73
id: deployment
74
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments