Skip to content

Commit

Permalink
attach repository artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
alkoleft committed Apr 4, 2024
1 parent 0e91552 commit 447be8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-update-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ jobs:
export MAVEN_OPTS=-javaagent:target/lombok.jar=ECJ
./gradlew publishPlugin
- name: upload-artifact
uses: actions/upload-artifact@v3
with:
name: repository
path: build/buildPlugin/repositories/repository/target/repository.zip
if-no-files-found: error
retention-days: 1
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.9.3
with:
Expand Down

0 comments on commit 447be8a

Please sign in to comment.