Skip to content

Commit 6f3c91b

Browse files
committed
Merge branch 'master' of github.com:jcailler/jcailler.github.io
2 parents a52faad + 710221b commit 6f3c91b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
3434
# submodules: true
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Setup Pages
3939
id: pages
40-
uses: actions/configure-pages@v1
40+
uses: actions/configure-pages@v4
4141

4242
- name: Setup Ruby
4343
uses: ruby/setup-ruby@v1
@@ -55,7 +55,7 @@ jobs:
5555
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
5656
5757
- name: Upload site artifact
58-
uses: actions/upload-pages-artifact@v1
58+
uses: actions/upload-pages-artifact@v3
5959
with:
6060
path: "_site${{ steps.pages.outputs.base_path }}"
6161

@@ -68,4 +68,4 @@ jobs:
6868
steps:
6969
- name: Deploy to GitHub Pages
7070
id: deployment
71-
uses: actions/deploy-pages@v1
71+
uses: actions/deploy-pages@v4

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ timezone: Europe/Paris
2121

2222
title: Julie Cailler # the main title
2323

24-
tagline: Associate Professor <br/> University of Lorraine & Inria # it will display as the sub-title
24+
tagline: Associate Professor <br/> University of Lorraine, CNRS, Inria, LORIA, Nancy, France # it will display as the sub-title
2525

2626
description: >- # used by seo meta and the atom feed
2727
Hi and welcome to my personal site!

0 commit comments

Comments
 (0)