From 5f91eac3e947f510483ccc9097b7e10c1f99cd57 Mon Sep 17 00:00:00 2001 From: Bartosz Galek Date: Wed, 10 Jul 2024 15:59:07 +0200 Subject: [PATCH] fixing build --- .github/workflows/allegro.tech.yml | 2 +- .github/workflows/public-push.yml | 2 +- _config.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/allegro.tech.yml b/.github/workflows/allegro.tech.yml index 7d167725..ba60b273 100644 --- a/.github/workflows/allegro.tech.yml +++ b/.github/workflows/allegro.tech.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v1 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.REPO_TOKEN }} repository: allegro/allegro.tech diff --git a/.github/workflows/public-push.yml b/.github/workflows/public-push.yml index d446001e..dfe9b087 100644 --- a/.github/workflows/public-push.yml +++ b/.github/workflows/public-push.yml @@ -9,7 +9,7 @@ jobs: if: ${{ github.repository_owner != 'allegro' }} runs-on: [ubuntu-latest, self-hosted] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 persist-credentials: false diff --git a/_config.yml b/_config.yml index a278bcd2..3936502f 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,7 @@ description: "Welcome to our technology blog. We use Open Source solutions on a timezone: Europe/Warsaw permalink: /:year/:month/:title.html repository: allegro/blog +baseurl: / plugins: - jekyll-postcss - jekyll-paginate-v2