Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/com.google.protobuf-proto…
Browse files Browse the repository at this point in the history
…buf-java-3.25.1
  • Loading branch information
burhan94 authored Dec 2, 2023
2 parents 52c5284 + 0275157 commit 5864784
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 5864784

Please sign in to comment.