Skip to content

Commit

Permalink
ci: Remove unnecessary javadoc copy command
Browse files Browse the repository at this point in the history
Co-authored-by: Gaëtan Muller <[email protected]>
Signed-off-by: utzcoz <[email protected]>
  • Loading branch information
utzcoz and MGaetan89 committed May 4, 2024
1 parent 6a48069 commit a262eae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ jobs:
- name: Install necessary tools
run: pip install -r requirements.txt

- name: Copy Javadoc
run: cp -r javadoc/ docs/javadoc/

- name: Build website
run: mkdocs build
3 changes: 0 additions & 3 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ jobs:
- name: Install necessary tools
run: pip install -r requirements.txt

- name: Copy Javadoc
run: cp -r javadoc/ docs/javadoc/

- name: Deploy website
run: mkdocs gh-deploy --force

0 comments on commit a262eae

Please sign in to comment.