diff --git a/.github/workflows/vortex-release-docs.yml b/.github/workflows/vortex-release-docs.yml index 20a72528a..a7ddcbdb9 100644 --- a/.github/workflows/vortex-release-docs.yml +++ b/.github/workflows/vortex-release-docs.yml @@ -96,7 +96,7 @@ jobs: - name: Copy installer to docs run: | - copy vortex-installer/installer .vortex/docs/static/installer + cp vortex-installer/installer .vortex/docs/static/installer php .vortex/docs/static/installer --version - name: Check docs up-to-date