Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr-ressources
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
4
Merge Requests
4
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Learning Lab
mooc-rr-ressources
Commits
683fc50c
Commit
683fc50c
authored
Mar 25, 2019
by
Arnaud Legrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[HTML] Shell is painful. I'll soon move all this in perl ...
parent
dc1399f0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
gitlab-ci.org
gitlab-ci.org
+1
-1
No files found.
.gitlab-ci.yml
View file @
683fc50c
...
...
@@ -11,7 +11,7 @@ pages:
mkdir -p public/`dirname ${file}`;
mv ${file%.*}.html public/`dirname ${file}`/;
done
-
cat html_src_files.lst | sed -e 's|
.md *#|.html
#|' -e 's|.org *#|.html #
|' -e 's|^./\([^ ]*\) *# *\([^ ]*\)|- [[./\1]] (\2)|' > index.org
-
cat html_src_files.lst | sed -e 's|
\.md |.html |' -e 's|\.org |\.html
|' -e 's|^./\([^ ]*\) *# *\([^ ]*\)|- [[./\1]] (\2)|' > index.org
-
pandoc -s -f org -t html -o public/index.html index.org
artifacts
:
paths
:
...
...
gitlab-ci.org
View file @
683fc50c
...
...
@@ -19,7 +19,7 @@ pages:
mkdir -p public/`dirname ${file}`;
mv ${file%.*}.html public/`dirname ${file}`/;
done
- cat html_src_files.lst | sed -e 's|
.md *#|.html #|' -e 's|.org *#|.html #
|' -e 's|^./\([^ ]*\) *# *\([^ ]*\)|- [[./\1]] (\2)|' > index.org
- cat html_src_files.lst | sed -e 's|
\.md |.html |' -e 's|\.org |\.html
|' -e 's|^./\([^ ]*\) *# *\([^ ]*\)|- [[./\1]] (\2)|' > index.org
- pandoc -s -f org -t html -o public/index.html index.org
artifacts:
paths:
...
...
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