Fix a few docs build issues

This commit is contained in:
Phillip Webb 2024-04-18 12:55:56 -07:00
parent 6963bd884b
commit b768d93079
2 changed files with 1 additions and 3 deletions

View File

@ -34,8 +34,6 @@ jobs:
folder: 'deployment-repository'
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
artifact-properties: |
/**/spring-boot-docs-*.zip::zip.type=docs,zip.deployed=false
- name: Trigger Docs Build Workflow
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -1,7 +1,7 @@
name: Trigger Docs Build
on:
push:
braches: main
branches: main
paths: [ 'antora/*' ]
workflow_dispatch:
inputs: