Skip to content

Commit

Permalink
Update ubuntu version in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arg387 authored Dec 5, 2024
1 parent 07f314b commit 09ea293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout repo
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_dir: ./dist

0 comments on commit 09ea293

Please sign in to comment.