Skip to content

Commit

Permalink
Исправление ошибки сборки update-site
Browse files Browse the repository at this point in the history
  • Loading branch information
alkoleft committed Feb 29, 2024
1 parent 3fc529a commit ac0e42a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-update-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
java-package: jdk+fx # нужен FX
architecture: x64
cache: 'maven'
server-id: dt_repository # реджестри пакетов 1С
server-username: ${{ secrets.MAVEN_USERNAME }} # храниться в секретах
server-password: ${{ secrets.MAVEN_CENTRAL_TOKEN }} # храниться в секретах в открытом виде

- name: Get latest GitHub Pages
run: |
Expand All @@ -45,6 +42,7 @@ jobs:
./gradlew download-lombok-plugin
export MAVEN_OPTS=-javaagent:target/lombok.jar=ECJ
./gradlew publishPlugin
- name: Build develop update site
if: github.ref == 'refs/heads/develop'
run: |
Expand Down

0 comments on commit ac0e42a

Please sign in to comment.