From 7c75a1568d52c8e19c05727dd7586b91405b6f61 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Wed, 14 Jan 2026 19:15:10 -0300 Subject: [PATCH] Updated deps and deploy version (#3440) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: George Araújo --- INSTALL.md | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 9db09dc..dbbe1c4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -15,7 +15,7 @@ - [For project pages](#for-project-pages) - [Enabling automatic deployment](#enabling-automatic-deployment) - [Manual deployment to GitHub Pages](#manual-deployment-to-github-pages) - - [Deploy on Netlify](https://www.netlify.com/) + - [Deploy on Netlify](#deploy-on-netlify) - [Deployment to another hosting server (non GitHub Pages)](#deployment-to-another-hosting-server-non-github-pages) - [Deployment to a separate repository (advanced users only)](#deployment-to-a-separate-repository-advanced-users-only) - [Upgrading from a previous version](#upgrading-from-a-previous-version) @@ -241,7 +241,7 @@ If you installed **al-folio** as described above, you can manually update your c # Assuming the current directory is $ git remote add upstream https://github.com/alshedivat/al-folio.git $ git fetch upstream -$ git rebase v0.15.1 +$ git rebase v0.16.0 ``` If you have extensively customized a previous version, it might be trickier to upgrade. diff --git a/docker-compose.yml b/docker-compose.yml index 54ed17b..47d920e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ # this file uses prebuilt image in dockerhub services: jekyll: - image: amirpourmand/al-folio:v0.15.1 + image: amirpourmand/al-folio:v0.16.0 build: . # uncomment these if you are having this issue with the build: # /usr/local/bundle/gems/jekyll-4.3.4/lib/jekyll/site.rb:509:in `initialize': Permission denied @ rb_sysopen - /srv/jekyll/.jekyll-cache/.gitignore (Errno::EACCES)