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 fd7687a commit e7671efCopy full SHA for e7671ef
.github/workflows/gh-pages.yml
@@ -51,7 +51,7 @@ jobs:
51
git config --global user.name "GH Actions Runner"
52
sed -i 's/book/#book/' .gitignore
53
rm book/.nojekyll
54
- git commit -m "MDBook Deployment"
+ git commit -am "MDBook Deployment"
55
git subtree split -P book -b gh-pages
56
git checkout gh-pages
57
git push -f https://github.com/simonsan/std-dev-guide gh-pages:gh-pages
0 commit comments