Skip to content

Commit cf8541b

Browse files
author
Billy Charlton
committed
move to ubuntu 22.04 for docs.simwrapper.app builds
1 parent 9fcb0da commit cf8541b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/autobuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ on:
1818
workflow_dispatch:
1919
inputs:
2020
logLevel:
21-
description: "Log level"
21+
description: 'Log level'
2222
required: true
23-
default: "warning"
23+
default: 'warning'
2424

2525
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2626
jobs:
2727
# This workflow contains a single job called "build"
2828
build:
2929
# The type of runner that the job will run on
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131

3232
# Steps represent a sequence of tasks that will be executed as part of the job
3333
steps:
@@ -44,6 +44,6 @@ jobs:
4444
uses: peaceiris/actions-gh-pages@v3
4545
with:
4646
github_token: ${{ secrets.GITHUB_TOKEN }}
47-
publish_dir: ./website/build/simwrapper.github.io
47+
publish_dir: ./website/build/simwrapper.app
4848
publish_branch: gh-pages
4949
force_orphan: true

0 commit comments

Comments
 (0)