diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6662332..783bc37 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,13 +20,12 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: '3.2' - bundler-cache: true - name: Install Bundler run: gem install bundler:2.5.11 - name: Install deps run: | npm install -g mermaid.cli - bundle install + bundle install --path vendor/bundle - name: Build site run: bundle exec jekyll build - name: Setup deploy options diff --git a/_pages/00_posts.md b/_pages/00_posts.md index 03e4352..1d4ff1c 100644 --- a/_pages/00_posts.md +++ b/_pages/00_posts.md @@ -3,7 +3,7 @@ layout: default title: Posts permalink: /posts/ nav: true -nav_order: 4 +nav_order: 5 --- # Posts diff --git a/_pages/01_projects.md b/_pages/01_projects.md index 29cf88d..7a291ea 100644 --- a/_pages/01_projects.md +++ b/_pages/01_projects.md @@ -1,9 +1,9 @@ --- layout: default -title: Projects -permalink: /projects/ +title: Research +permalink: /research/ nav: true -nav_order: 1 +nav_order: 2 --- diff --git a/_pages/02_publications.md b/_pages/02_publications.md index 055dfb9..197987e 100644 --- a/_pages/02_publications.md +++ b/_pages/02_publications.md @@ -3,7 +3,7 @@ layout: default title: Publications permalink: /publications/ nav: true -nav_order: 2 +nav_order: 3 --- # All publications diff --git a/_pages/03_repositories.md b/_pages/03_repositories.md index bf292d2..a0a0030 100644 --- a/_pages/03_repositories.md +++ b/_pages/03_repositories.md @@ -4,7 +4,7 @@ permalink: /repositories/ title: Code & Data description: As part of our commiment to transparency and open research. Explore our codes, models, weights, and datasets. nav: true -nav_order: 3 +nav_order: 4 --- Official github account: [https://github.com/valeoai/](https://github.com/valeoai/) diff --git a/_pages/04_team.md b/_pages/04_team.md index aac54e4..743ce16 100644 --- a/_pages/04_team.md +++ b/_pages/04_team.md @@ -4,7 +4,7 @@ title: Team permalink: /team/ description: nav: true -nav_order: 5 +nav_order: 1 ---