mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 15:41:26 +00:00
Merge remote-tracking branch 'origin/master' into blog-content
This commit is contained in:
commit
9ac190a60a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy-blog.yml
vendored
3
.github/workflows/deploy-blog.yml
vendored
|
|
@ -124,6 +124,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