Skip to content

Commit

Permalink
deduplicate javadoc and remove betas
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Jun 19, 2023
1 parent 302f9e7 commit 807a956
Show file tree
Hide file tree
Showing 3,857 changed files with 6 additions and 416,559 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 5 additions & 3 deletions .github/workflows/upload-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
clean: false
- name: Update Javadoc
run: |
mkdir ./web/static/javadoc/${{ steps.version.outputs.value }}
cp -a ./build/dokka/htmlCollector/. ./web/static/javadoc/${{ steps.version.outputs.value }}/
ln -sfn "${{ steps.version.outputs.value }}/" ./web/static/javadoc/latest
export VERSION=${{ steps.version.outputs.value }}
diff -qr ./build/dokka/htmlCollector/ ./web/static/javadoc/latest/ \
&& ln -sfn "$(readlink ./web/static/javadoc/latest)" ./web/static/javadoc/$VERSION \
|| (mkdir ./web/static/javadoc/$VERSION && cp -a ./build/dokka/htmlCollector/. ./web/static/javadoc/$VERSION/)
ln -sfn "$VERSION/" ./web/static/javadoc/latest
- name: Commit and push changes
uses: EndBug/add-and-commit@v9
with:
Expand Down

This file was deleted.

This file was deleted.

110 changes: 0 additions & 110 deletions web/static/javadoc/5.10.0-beta03/acra/org.acra.annotation/index.html

This file was deleted.

Loading

0 comments on commit 807a956

Please sign in to comment.