mirror of
https://github.com/block/goose.git
synced 2026-04-29 20:19:41 +00:00
docs: Update workflow to fix broken pr previews (#2181)
This commit is contained in:
parent
da42a46581
commit
e8d6bd8a8b
1 changed files with 1 additions and 2 deletions
|
|
@ -4,8 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- 'documentation/**'
|
||||
|
||||
|
|
@ -48,3 +46,4 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: documentation/build
|
||||
keep_files: true # This preserves existing files in gh-pages branch especially for previews
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue