Skip to content

Commit

Permalink
t6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Sep 1, 2024
1 parent 7b30bd1 commit 364def1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vortex-release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ jobs:
run: |
pwd
ls -al
cp installer .vortex/docs/static/installer
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 364def1

@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.