Skip to content

Commit 0a72b92

Browse files
committed
update sample config
1 parent 3330e49 commit 0a72b92

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [master]
66
# Allows you to run this workflow manually from the Actions tab on GitHub.
77
workflow_dispatch:
88

@@ -17,13 +17,12 @@ jobs:
1717
timeout-minutes: 2
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Install, build
2222
uses: withastro/action@v4
2323
with:
2424
package-manager: pnpm@latest
2525

26-
2726
deploy:
2827
timeout-minutes: 2
2928
needs: build

src/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ const captains: Captain[] = [
1212

1313
const captainPickOrder = [
1414
1, 2, 3, 4, 5, 6, 7, // pick 1
15+
7, 6, 5, 4, 3, 2, 1, // pick 2
16+
1, 2, 3, 4, 5, 6, 7, // pick 3
1517
];
1618

1719
const playerPool: Player[] = [

0 commit comments

Comments
 (0)