Skip to content

Commit

Permalink
test new github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Dwairi committed Jul 3, 2024
1 parent 5d9d18a commit 0a9a2a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
run: ls code

- name: Generate new docs
run: mvn -f code dokka:dokka
run: |
cd code
mvn -f dokka:dokka
- name: list new content
run: ls -a code/target/dokka
Expand Down

0 comments on commit 0a9a2a8

Please sign in to comment.