Skip to content

Commit

Permalink
t5
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Sep 1, 2024
1 parent 0297af5 commit 7b30bd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/vortex-release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ jobs:

- name: Copy installer to docs
run: |
cp vortex-installer/installer .vortex/docs/static/installer
pwd
ls -al
cp installer .vortex/docs/static/installer
php .vortex/docs/static/installer --version
- name: Check docs up-to-date
Expand Down

1 comment on commit 7b30bd1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.