Skip to content

Commit ccec360

Browse files
committed
yak shave pt2
1 parent 281cc0b commit ccec360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
steps:
2121
- name: Checkout your repository using git
2222
uses: actions/checkout@v4
23-
- name: Install, build, and upload your site
24-
uses: withastro/action@v2
2523
- name: Get playwright for mermaid stuff
2624
run: npx playwright install --with-deps chromium
25+
- name: Install, build, and upload your site
26+
uses: withastro/action@v2
2727
deploy:
2828
needs: build
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)