Skip to content

Commit

Permalink
print dir content and pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksei-chareshneu committed Jun 12, 2024
1 parent 6220b47 commit a5e1947
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_docs_and_viewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
mkdocs build
- name: Create public
run: |
pwd
ls -lt
mkdir -p ./public/docs
mkdir -p ./public/viewer
cp -r docs/site/* ./public/docs
Expand Down

0 comments on commit a5e1947

Please sign in to comment.