mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 15:41:26 +00:00
Merge branch 'dev'
This commit is contained in:
commit
f4425d8680
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
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
- name: Install Playwright browsers
|
||||||
|
run: npx playwright install chromium --with-deps
|
||||||
|
|
||||||
- name: Create .env file
|
- name: Create .env file
|
||||||
run: |
|
run: |
|
||||||
cat > .env <<'EOF'
|
cat > .env <<'EOF'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue