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 b647d79 commit eba3accCopy full SHA for eba3acc
.github/workflows/publish.yml
@@ -21,6 +21,7 @@ jobs:
21
run: |
22
git config --global user.name "GitHub Action"
23
git config --global user.email "[email protected]"
24
+ git switch -C docs
25
git add .
26
git commit -m "Upload docs"
27
git remote remove origin
0 commit comments