diff --git a/.github/workflows/update-docs-config.yml b/.github/workflows/update-docs-config.yml index a6fd90a3..d29b7960 100644 --- a/.github/workflows/update-docs-config.yml +++ b/.github/workflows/update-docs-config.yml @@ -33,7 +33,7 @@ jobs: git config --global user.name "GitHub Actions" - name: "Copy Config Files" - run: cp -r static-php-cli/config/ static-php-cli-docs/docs/.vitepress/config/ + run: cp -r static-php-cli/config/* static-php-cli-docs/docs/.vitepress/config/ - name: "Commit and Push Changes" run: |