File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,16 @@ jobs:
58
58
git fetch origin gh-pages
59
59
echo "Checking out gh-pages branch"
60
60
git checkout gh-pages
61
- echo "Removing old documentation"
61
+ echo "Removing old dev documentation"
62
62
git clean -xdf .
63
+ cd dev
63
64
git rm -r '*'
64
- echo "Committing empty repository "
65
- git commit -m "Remove old documentation"
65
+ echo "Committing emptied dev directory "
66
+ git commit -m "Remove old dev documentation"
66
67
echo "Copying /tmp/html here"
67
68
cp -v -r /tmp/html/* .
68
- touch .nojekyll
69
- echo "Adding new documentation"
70
- git add -A
71
- git commit -m "Add new documentation"
69
+ echo "Adding new dev documentation"
70
+ git add -A .
71
+ git commit -m "Add new dev documentation"
72
72
echo "Pushing new documentation to origin"
73
73
git push -v origin gh-pages
You can’t perform that action at this time.
0 commit comments