Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCGuyGitHub authored Nov 20, 2024
1 parent 2df1b94 commit af88b26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ jobs:
./gradlew dokkaHtmlMultiModule
- name: Verify Output Directory
run: |
ls -R || echo "Directory not found"
ls || echo "Directory not found"
cd vulpescloud
ls
cd build
ls
deploy:
needs: build
Expand Down

0 comments on commit af88b26

Please sign in to comment.