Skip to content
Snippets Groups Projects
Commit e11b42fb authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

merge main

parent 42b2d9da
No related branches found
No related tags found
No related merge requests found
Pipeline #110480 passed with stage
in 1 minute and 32 seconds
# 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:
......
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment