diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1b3c57..c231499 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,17 +16,17 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7 # ou la version de Ruby que vous utilisez + ruby-version: 2.7 + bundler-cache: true + cache-version: 1 - - name: Install Jekyll and dependencies - run: | - gem install bundler - bundle install - working-directory: ./ + - name: Setup Pages + id: pages + uses: actions/configure-pages@v4 - - name: Build Site - run: bundle exec jekyll build - working-directory: ./ + - name: Build with Jekyll + # Outputs to the './_site' directory by default + run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" - name: Archive Build uses: actions/upload-pages-artifact@v3 diff --git a/admin/postes/president.md b/admin/postes/president.md index 9553d4e..14af283 100644 --- a/admin/postes/president.md +++ b/admin/postes/president.md @@ -3,8 +3,8 @@ layout: post title: "Président" author: service-informatique rank: 0 -summary: Description du rôle de président de la CSSB +summary: Description du rôle de président de la CSSB icon: uil-clipboard-alt --- -:hammer_and_wrench: En construction \ No newline at end of file +:hammer_and_wrench: En construction ... \ No newline at end of file