Skip to content

Commit 5e236f0

Browse files
committed
ci: use Jammy Jellyfish in GitHub Actions
- Update GitHub Actions workflow to use the latest Ubuntu release
1 parent baabbe3 commit 5e236f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/book.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy_site:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
1313

@@ -22,4 +22,4 @@ jobs:
2222
uses: peaceiris/actions-gh-pages@v3
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
25-
publish_dir: ./docs
25+
publish_dir: ./docs

0 commit comments

Comments
 (0)