Skip to content

Commit

Permalink
Update javadoc_sync.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
burhan94 committed Dec 2, 2023
1 parent 27327b1 commit 536a246
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/javadoc_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
run: mvn -B javadoc:aggregate --file pom.xml

- name: Switch to gh-pages branch
run: git checkout gh-pages
run: |
git fetch
git checkout gh-pages
- name: Remove old files
run: rm -rf com
Expand Down

0 comments on commit 536a246

Please sign in to comment.