Skip to content

Commit

Permalink
an echo
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM committed Dec 13, 2023
1 parent 93cae68 commit 425ae1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/createBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,12 @@ jobs:
with:
name: wiki-help
path: ${{github.workspace}}/public/

- name: echo
run: |
ls -la ${{github.workspace}}/ || true
ls -la ${{github.workspace}}/public/ || true
- name: Publish Documentation
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 425ae1d

Please sign in to comment.