Skip to content

Commit 6283814

Browse files
committed
Use the new "slim" runner
We don't need any significant compute, so it should be ideal, especially if it has lower startup latency.
1 parent f7a0234 commit 6283814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-site.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ concurrency:
2020
jobs:
2121
build-and-deploy-website:
2222
name: Build and deploy website
23-
runs-on: ubuntu-latest
24-
timeout-minutes: 20
23+
runs-on: ubuntu-slim
24+
timeout-minutes: 5
2525
environment:
2626
name: github-pages
2727
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)