mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +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
|
||||
|
||||
- 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"
|
||||
uses: "shivammathur/setup-php@v2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user