Commit fff2ed1
authored
Fix: Force-add ignored docs in release branch workflows (llm-d#293)
The preview/docs directory is in .gitignore for main branch, but needs
to be committed in release branches. Use 'git add -f' to force-add
these files in both create-release-branch and sync-release-docs workflows.
Fixes workflow failure when creating release branches.
Signed-off-by: Carlos H. Andrade Costa <chcost@us.ibm.com>1 parent 2b07bce commit fff2ed1
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments