Skip to content

Commit

Permalink
Try to deploy on current Ubuntu LTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Feb 26, 2025
1 parent ae5a25d commit 7408c4c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
linux:
name: Deploy Website
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v4
Expand All @@ -20,6 +20,10 @@ jobs:
token: ${{ secrets.DEPLOY_TOKEN }}
path: _site

- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.0'

- name: Build Website
env:
JEKYLL_GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
Expand Down

0 comments on commit 7408c4c

Please sign in to comment.