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 2, 2024
1 parent c55f8f9 commit e5f17ad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,14 @@ jobs:
run: git checkout main

- name: list workspace content
run: ls ${{ runner.temp }}/older
run: |
ls ${{ runner.temp }}/older
ls ${{ runner.temp }}/older/3.2.2
- name: move old versions to code
run: mv ${{ runner.temp }}/older code/older
run: |
mv ${{ runner.temp }}/older code/older
ls code/older
- name: Generate new docs
run: mvn -f code dokka:dokka
Expand Down

0 comments on commit e5f17ad

Please sign in to comment.