We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9cee6 commit 54efe6dCopy full SHA for 54efe6d
.github/workflows/sync-docs.yml
@@ -79,7 +79,7 @@ jobs:
79
git archive master angular/doc | tar -xf -
80
81
# Add changes
82
- git add angular/doc
+ git add -f angular/doc
83
84
- name: Commit and push changes
85
if: steps.check-docs.outputs.main_docs == 'true' || steps.check-docs.outputs.angular_docs == 'true'
0 commit comments