File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ name: Website
1414jobs :
1515 build :
1616 name : Build and Test
17- runs-on : ubuntu-20.04
17+ runs-on : ubuntu-latest
1818 if : ${{ github.event_name == 'pull_request' }}
1919 steps :
2020 - name : Git Checkout
3030 run : sbt docs/clean; sbt docs/buildWebsite
3131 publish-docs :
3232 name : Publish Docs
33- runs-on : ubuntu-20.04
33+ runs-on : ubuntu-latest
3434 if : ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
3535 steps :
3636 - name : Git Checkout
5151 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
5252 generate-readme :
5353 name : Generate README
54- runs-on : ubuntu-20.04
54+ runs-on : ubuntu-latest
5555 if : ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }}
5656 steps :
5757 - name : Git Checkout
You can’t perform that action at this time.
0 commit comments