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 1a0f717 commit e4e4430Copy full SHA for e4e4430
.github/workflows/docs.yml
@@ -39,6 +39,7 @@ jobs:
39
cd './build'
40
git config user.name github-actions
41
git config user.email [email protected]
42
+ git config receive.denynonfastforwards false
43
git add .
44
git commit -m "Update pages"
45
git push
0 commit comments