Skip to content

Commit

Permalink
Fix a few docs build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Apr 18, 2024
1 parent 6963bd8 commit b768d93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-docs-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Trigger Docs Build
on:
push:
braches: main
branches: main
paths: [ 'antora/*' ]
workflow_dispatch:
inputs:
Expand Down

0 comments on commit b768d93

Please sign in to comment.