Skip to content

Commit 54efe6d

Browse files
committed
angular doc publish fix
1 parent bb9cee6 commit 54efe6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
git archive master angular/doc | tar -xf -
8080
8181
# Add changes
82-
git add angular/doc
82+
git add -f angular/doc
8383
8484
- name: Commit and push changes
8585
if: steps.check-docs.outputs.main_docs == 'true' || steps.check-docs.outputs.angular_docs == 'true'

0 commit comments

Comments
 (0)