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.
2 parents 2ac421e + 88be72f commit 4e93e88Copy full SHA for 4e93e88
.github/workflows/build-mkdocs-website.yml
@@ -74,6 +74,7 @@ jobs:
74
git config --global user.email "[email protected]"
75
git config --global user.name "github-actions"
76
77
+ git fetch origin gh-pages
78
git worktree add gh-pages gh-pages
79
cp -r site/* gh-pages/
80
cd gh-pages
0 commit comments