Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.apache.maven.plugins-…
Browse files Browse the repository at this point in the history
…maven-javadoc-plugin-3.6.2
  • Loading branch information
burhan94 authored Dec 2, 2023
2 parents 8141642 + 0275157 commit 2137f67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
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 2137f67

Please sign in to comment.