Skip to content

Commit fbb52c7

Browse files
committed
Build docs on Ubuntu 22.04 instead of 20.04
Ubuntu 22.04 contains a newer version of PasDoc - v0.16.0, compared to v0.15.0 found on Ubuntu 20.04.
1 parent d5f65d4 commit fbb52c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build documentation using PasDoc and deploy to GitHub Pages
1+
name: Build and deploy documentation
22

33
on:
44
push:
@@ -20,7 +20,7 @@ jobs:
2020
environment:
2121
name: github-pages
2222
url: ${{ steps.deployment.outputs.page_url }}
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
steps:
2525
- name: Install PasDoc
2626
run: |

0 commit comments

Comments
 (0)