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 040f178 commit 6f97ca2Copy full SHA for 6f97ca2
.github/workflows/documentation.yaml
@@ -52,6 +52,7 @@ jobs:
52
cd docs
53
git config --local user.email "github-actions[bot]@users.noreply.github.com"
54
git config --local user.name "github-actions[bot]"
55
+ git add .
56
git commit -a -m "Update type-resolver documentation"
57
58
- name: "Push"
0 commit comments