Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
open-baba
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Louis
open-baba
Commits
2bfdb3c6
Commit
2bfdb3c6
authored
2 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Force outputs to public directory
parent
12c4e272
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#213
passed with stages
in 49 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
1
View file @
2bfdb3c6
...
...
@@ -7,10 +7,12 @@ pages:
script
:
-
npm ci
-
CI=false npm run build
-
rm -rf public/
-
mv build public
only
:
variables
:
-
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
environment
:
production
artifacts
:
paths
:
-
build
\ No newline at end of file
-
public
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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