Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek committed Jul 10, 2024
1 parent e1daba3 commit 5f91eac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/allegro.tech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/public-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f91eac

Please sign in to comment.