Skip to content

Commit

Permalink
t8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Sep 1, 2024
1 parent 8845cb0 commit bdaa442
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/vortex-release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,8 @@ jobs:

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

1 comment on commit bdaa442

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