Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-jakubiak committed May 19, 2023
1 parent 3e30f23 commit dd09923
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: zcong1993/setup-timezone@v1.1.2
- uses: actions/checkout@v3
- uses: zcong1993/setup-timezone@v2.0.0
with:
timezone: Europe/Vienna
- uses: helaili/jekyll-action@v2
- uses: helaili/jekyll-action@2.5.0
with:
token: ${{ secrets.JEKYLL_BUILD }}
target_branch: 'gh-pages'

0 comments on commit dd09923

Please sign in to comment.