mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
Fix auto-deploy
This commit is contained in:
parent
e64213eaaa
commit
0dc463ef2a
4
.github/workflows/vitepress-deploy.yml
vendored
4
.github/workflows/vitepress-deploy.yml
vendored
@ -27,7 +27,9 @@ jobs:
|
|||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
|
|
||||||
- name: "Copy Config Files"
|
- name: "Copy Config Files"
|
||||||
run: cp -r config/* docs/.vitepress/config/
|
run: |
|
||||||
|
mkdir -p docs/.vitepress/config
|
||||||
|
cp -r config/* docs/.vitepress/config/
|
||||||
|
|
||||||
- name: "Install PHP for official runners"
|
- name: "Install PHP for official runners"
|
||||||
uses: "shivammathur/setup-php@v2"
|
uses: "shivammathur/setup-php@v2"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user