We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0ec3ac + 64c5055 commit a36926eCopy full SHA for a36926e
.github/workflows/update_from_nginx_documentation.yml
@@ -21,5 +21,5 @@ jobs:
21
git clone https://github.com/nginx/documentation.git
22
cd documentation
23
git remote add private [email protected]:${{ github.repository }}.git
24
- git checkout -b public
25
- git push private public
+ git checkout -b documentation
+ git push private documentation
0 commit comments