Skip to content

Commit 281cc0b

Browse files
committed
yak shaving: build&deploy
1 parent 5ffcf26 commit 281cc0b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ jobs:
2222
uses: actions/checkout@v4
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v2
25-
# with:
26-
# path: . # The root location of your Astro project inside the repository. (optional)
27-
# node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)
28-
# package-manager: yarn # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
29-
25+
- name: Get playwright for mermaid stuff
26+
run: npx playwright install --with-deps chromium
3027
deploy:
3128
needs: build
3229
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)