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 0a9a2a8 commit 403a794
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ jobs:
- name: Checkout to main
run: git checkout main

- name: mvn install
run: |
cd code
mvn clean install
cd ..
- name: move old versions to code
run: |
mv ${{ runner.temp }}/older code/older
Expand All @@ -73,7 +67,7 @@ jobs:
- name: Generate new docs
run: |
cd code
mvn -f dokka:dokka
mvn dokka:dokka
- name: list new content
run: ls -a code/target/dokka
Expand Down

0 comments on commit 403a794

Please sign in to comment.