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 78ee7aa commit 517d80cCopy full SHA for 517d80c
.github/workflows/gh-pages.yml
@@ -51,12 +51,3 @@ jobs:
51
git config --global user.name "GH Actions Runner"
52
chmod u+x ci/ghpages-deploy.sh
53
./ci/ghpages-deploy.sh
54
-
55
-# git branch gh-pages
56
-# sed -i 's/book/#book/' .gitignore
57
-# rm book/.nojekyll
58
-# git add book/
59
-# git commit -am "MDBook Deployment"
60
-# git subtree split -P book -b gh-pages
61
-# git checkout gh-pages
62
-# git push -f https://github.com/simonsan/std-dev-guide gh-pages:gh-pages
0 commit comments