Skip to content

Commit 3abab65

Browse files
authored
ci(docs): bump ubuntu to latest
1 parent b72add9 commit 3abab65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
deploy:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
permissions:
1818
contents: write
1919
concurrency:
@@ -54,3 +54,4 @@ jobs:
5454
with:
5555
github_token: ${{ secrets.GITHUB_TOKEN }}
5656
publish_dir: ./www/build
57+

0 commit comments

Comments
 (0)