Skip to content

Commit

Permalink
update workflow ubuntu version to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-bro committed Sep 24, 2023
1 parent c01bcda commit b8788f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
external_repository: sky-bro/sky-bro.github.io
publish_branch: master
publish_dir: ./public
full_commit_message: ${{ github.event.head_commit.message }}
full_commit_message: ${{ github.event.head_commit.message }}

1 comment on commit b8788f4

@vercel
Copy link

@vercel vercel bot commented on b8788f4 Sep 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog-src – ./

blog-src-git-master-ky13.vercel.app
blog-src-ky13.vercel.app
k4i.top

Please sign in to comment.