Skip to content
Snippets Groups Projects
Verified Commit 1c92afb1 authored by Griefed's avatar Griefed :joystick:
Browse files
parents eb55ed81 6a987061
No related branches found
No related tags found
No related merge requests found
stages: stages:
- test
- docs - docs
test quasar: test quasar:
...@@ -15,7 +16,7 @@ test quasar: ...@@ -15,7 +16,7 @@ test quasar:
pages: pages:
image: griefed/gitlab-ci-cd:2.0.2 image: griefed/gitlab-ci-cd:2.0.2
stage: build stage: docs
cache: cache:
paths: paths:
- node_modules/ - node_modules/
...@@ -27,3 +28,7 @@ pages: ...@@ -27,3 +28,7 @@ pages:
- cp -Rf dist/spa/* public/ - cp -Rf dist/spa/* public/
rules: rules:
- if: '$CI_COMMIT_BRANCH == "main"' - if: '$CI_COMMIT_BRANCH == "main"'
artifacts:
paths:
- public
expire_in: 1 week
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment