Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
searx-engine
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
searx-engine
Commits
d3e4e81f
Commit
d3e4e81f
authored
Dec 22, 2019
by
Markus Heiser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefile.sphinx: fix gh-pages / pull before add commits
Signed-off-by:
Markus Heiser
<
markus.heiser@darmarit.de
>
parent
90174e21
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
makefile.sphinx
utils/makefile.sphinx
+1
-0
No files found.
utils/makefile.sphinx
View file @
d3e4e81f
...
...
@@ -198,6 +198,7 @@ $(GH_PAGES)::
$(MAKE)
docs
[
-d
"gh-pages/.git"
]
||
git clone
$(GIT_URL)
gh-pages
-
cd
$(GH_PAGES)
;
git checkout gh-pages
>
/dev/null
-
cd
$(GH_PAGES)
;
git pull
-
cd
$(GH_PAGES)
;
ls
-A
|
grep
-v
'.git$$'
| xargs
rm
-rf
cp
-r
$(DOCS_DIST)
/
*
$(GH_PAGES)
/
touch
$(GH_PAGES)
/.nojekyll
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment