Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGrzybkowski committed Dec 3, 2024
1 parent bacdf42 commit d9c6376
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
java-version: '17'
- name: Copy docs to the code directory
run: |
cp -R ./docs/current/ ./code/docs/dokka/current
cp -R ./docs/history/ ./code/docs/dokka/history
mkdir -p ./code/docs/dokka
cp -R ./docs/current ./code/docs/dokka
cp -R ./docs/history ./code/docs/dokka
- name: Generate Dokka Documentation
working-directory: ./code
run: |
Expand All @@ -43,7 +44,7 @@ jobs:
- name: Update Docs
run: |
cp -R code/docs/dokka/history docs/
cp -R code/docs/dokka/current current/
cp -R code/docs/dokka/current docs/
- name: Push updated docs
working-directory: ./docs
run: |
Expand Down

0 comments on commit d9c6376

Please sign in to comment.