Skip to content

Commit afa19d9

Browse files
authored
Add keep_files and destination_dir to deploy config
Signed-off-by: TheCommCraft <[email protected]>
1 parent 5e723ed commit afa19d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-website.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
publish_dir: ./website
2323
publish_branch: website
24+
keep_files: true
25+
destination_dir: api
2426
user_name: 'github-actions[bot]'
2527
user_email: 'github-actions[bot]@users.noreply.github.com'
2628
commit_message: ${{ github.event.head_commit.message }}

0 commit comments

Comments
 (0)