Skip to content

Commit 45f0825

Browse files
authored
Update to Cecil 4.30.1 (#64)
* Update now.json * Update netlify.toml * Update settings.yml * Update build-and-deploy.yml
1 parent 8a34bb1 commit 45f0825

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.forestry/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ file_template: ":filename:"
3333
build:
3434
preview_env:
3535
- PHP_VERSION=7.2
36-
- CECIL_VERSION=4.29.2
36+
- CECIL_VERSION=4.30.1
3737
preview_output_directory: _site
3838
install_dependencies_command: bash .forestry/install.sh
3939
preview_docker_image: composer:latest

.github/workflows.disabled/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build site with Cecil
1717
uses: Cecilapp/Cecil-Action@2.0.0
1818
env:
19-
CECIL_VERSION: '4.28.3'
19+
CECIL_VERSION: '4.30.1'
2020
CECIL_BASEURL: 'https://cecilapp.github.io/the-butler/'
2121
- name: Deploy site to GitHub Pages
2222
uses: Cecilapp/GitHub-Pages-deploy@2.0.0

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
command = "chmod +x .netlify/build.sh && bash .netlify/build.sh"
33
publish = "_site"
4-
environment = { PHP_VERSION = "7.2", CECIL_VERSION = "4.29.2", RUBY_VERSION = "2.6.2" }
4+
environment = { PHP_VERSION = "7.2", CECIL_VERSION = "4.30.1", RUBY_VERSION = "2.6.2" }
55

66
[context.deploy-preview]
77
command = "chmod +x .netlify/build.sh && bash .netlify/build.sh $DEPLOY_PRIME_URL"

now.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"build": {
55
"env": {
66
"PHP_VERSION": "7.3",
7-
"CECIL_VERSION": "4.29.2",
7+
"CECIL_VERSION": "4.30.1",
88
"CECIL_BASEURL": "/"
99
}
1010
},

0 commit comments

Comments
 (0)