Skip to content

Commit b768d93

Browse files
committed
Fix a few docs build issues
1 parent 6963bd8 commit b768d93

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build-and-deploy-snapshot.yml

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
folder: 'deployment-repository'
3535
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
3636
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
37-
artifact-properties: |
38-
/**/spring-boot-docs-*.zip::zip.type=docs,zip.deployed=false
3937
- name: Trigger Docs Build Workflow
4038
env:
4139
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/trigger-docs-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Trigger Docs Build
22
on:
33
push:
4-
braches: main
4+
branches: main
55
paths: [ 'antora/*' ]
66
workflow_dispatch:
77
inputs:

0 commit comments

Comments
 (0)