Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Commits
e11b42fb
Commit
e11b42fb
authored
1 year ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
merge main
parent
42b2d9da
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#110480
passed with stage
Stage:
in 1 minute and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+18
-2
18 additions, 2 deletions
.gitlab-ci.yml
content/0.index.md
+41
-1
41 additions, 1 deletion
content/0.index.md
with
59 additions
and
3 deletions
.gitlab-ci.yml
+
18
−
2
View file @
e11b42fb
# The Docker image that will be used to build your app
image
:
node:19.5-bullseye-slim
# Functions that should be executed before the build script is run
before_script
:
-
npm ci
cache
:
paths
:
-
node_modules/
stages
:
-
build
-
deploy
build
:
stage
:
build
before_script
:
-
npm ci
script
:
-
NUXT_APP_BASE_URL=/wiki/ npm run generate
artifacts
:
paths
:
-
.output/public
untracked
:
false
when
:
on_success
expire_in
:
"
30
days"
pages
:
stage
:
deploy
only
:
-
main
script
:
...
...
This diff is collapsed.
Click to expand it.
content/0.index.md
+
41
−
1
View file @
e11b42fb
...
...
@@ -58,4 +58,44 @@ items:
-
10.1038/s41586-019-1894-8
- 10.1128/jb.64.4.557-569.1952
---
::
\ No newline at end of file
<<<<<<< HEAD
::
=======
#title
DefenseFinder Wiki
#description
A comprehensive effort to map microbial defense systems against their viruses
::
::card-grid
#title
What's included
#root
:ellipsis
#default
::card
#title
Nuxt Architecture.
#description
Harness the full power of Nuxt and the Nuxt ecosystem.
::
::card
#title
Vue Components.
#description
Use built-in components (or your own!) inside your content.
::
::card
#title
Write Markdown.
#description
Enjoy the ease and simplicity of Markdown and discover MDC syntax.
::
::
>>>>>>> main
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment