File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
2626jobs :
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 :
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
You can’t perform that action at this time.
0 commit comments