mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 15:41:26 +00:00
update gh workflow
This commit is contained in:
parent
10cad307eb
commit
d7fa430317
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy-blog.yml
vendored
3
.github/workflows/deploy-blog.yml
vendored
|
|
@ -68,6 +68,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Install Playwright browsers
|
||||
run: npx playwright install chromium --with-deps
|
||||
|
||||
- name: Create .env file
|
||||
run: |
|
||||
cat > .env <<'EOF'
|
||||
|
|
|
|||
Loading…
Reference in a new issue