Skip to content

Commit e77a2ca

Browse files
authored
Update deploy.yml
1 parent 2d23b9e commit e77a2ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Build
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212

1313
steps:
1414
- name: Checkout repo
@@ -48,4 +48,4 @@ jobs:
4848
uses: peaceiris/actions-gh-pages@v4
4949
with:
5050
github_token: ${{ secrets.GITHUB_TOKEN }}
51-
publish_dir: ./dist
51+
publish_dir: ./dist

0 commit comments

Comments
 (0)