Skip to content

Commit

Permalink
fix github deplyment
Browse files Browse the repository at this point in the history
  • Loading branch information
EloiZ committed Jul 10, 2024
1 parent 4bcfaff commit d35f701
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _pages/00_posts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: Posts
permalink: /posts/
nav: true
nav_order: 4
nav_order: 5
---

# Posts
Expand Down
6 changes: 3 additions & 3 deletions _pages/01_projects.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
layout: default
title: Projects
permalink: /projects/
title: Research
permalink: /research/
nav: true
nav_order: 1
nav_order: 2
---


Expand Down
2 changes: 1 addition & 1 deletion _pages/02_publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: Publications
permalink: /publications/
nav: true
nav_order: 2
nav_order: 3
---

# All publications
Expand Down
2 changes: 1 addition & 1 deletion _pages/03_repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion _pages/04_team.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Team
permalink: /team/
description:
nav: true
nav_order: 5
nav_order: 1
---

<!-- pages/team.md -->
Expand Down

0 comments on commit d35f701

Please sign in to comment.