Skip to content

Commit 2013ae6

Browse files
authored
Update README.rst to tell user to use ubuntu-latest (#46)
1 parent 23ef640 commit 2013ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Publishing with this action (default)
2929
3030
jobs:
3131
pages:
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-latest
3333
environment:
3434
name: github-pages
3535
url: ${{ steps.deployment.outputs.page_url }}
@@ -60,7 +60,7 @@ Publishing from a branch (classical)
6060
6161
jobs:
6262
pages:
63-
runs-on: ubuntu-20.04
63+
runs-on: ubuntu-latest
6464
steps:
6565
- id: deployment
6666
uses: sphinx-notes/pages@v3

0 commit comments

Comments
 (0)