Skip to content

Commit

Permalink
Update Cecil (5.34.4) and themes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Nov 6, 2020
1 parent e57e3c1 commit 1599782
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .forestry/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
new_page_extension: md
auto_deploy: true
admin_path: "/static/forestry"
webhook_url:
webhook_url:
sections:
- type: directory
path: content/blog
Expand Down Expand Up @@ -33,7 +33,7 @@ file_template: ":filename:"
build:
preview_env:
- PHP_VERSION=7.2
- CECIL_VERSION=5.34.3
- CECIL_VERSION=5.34.4
preview_output_directory: _site
install_dependencies_command: bash .forestry/install.sh
preview_docker_image: phpdocker/phpdocker:7.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows.disabled/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
php composer.phar install --prefer-dist --no-dev --no-progress --no-interaction
- name: Build site with Cecil
env:
CECIL_VERSION: '5.34.3'
CECIL_VERSION: '5.34.4'
CECIL_BASEURL: '/'
run: |
if [[ -z "$CECIL_VERSION" ]]; then
Expand Down
92 changes: 61 additions & 31 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build]
command = "chmod +x .netlify/build.sh && bash .netlify/build.sh"
publish = "_site"
environment = { PHP_VERSION = "7.2", CECIL_VERSION = "5.34.3" }
environment = { PHP_VERSION = "7.2", CECIL_VERSION = "5.34.4" }

[context.deploy-preview]
command = "chmod +x .netlify/build.sh && bash .netlify/build.sh preview"
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"env": {
"PHP_VERSION": "7.2",
"INSTALL_OPTIM": "false",
"CECIL_VERSION": "5.34.3"
"CECIL_VERSION": "5.34.4"
}
},
"builds": [{
Expand Down

1 comment on commit 1599782

@vercel
Copy link

@vercel vercel bot commented on 1599782 Nov 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.