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 2ac421e commit 88be72fCopy full SHA for 88be72f
.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