Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tailorbird
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Künstlerische Gestaltung
Tailorbird
Commits
fd3e599c
Commit
fd3e599c
authored
2 years ago
by
Jakob Yanagibashi
Browse files
Options
Downloads
Patches
Plain Diff
Fix building from dev branch for GL Pages
parent
7e81177c
No related branches found
No related tags found
2 merge requests
!2
CI improvements
,
!1
Implement "Jump to" shortcut
Pipeline
#258281
passed
2 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
with
4 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
fd3e599c
...
@@ -34,6 +34,10 @@ deploy:
...
@@ -34,6 +34,10 @@ deploy:
pages
:
pages
:
script
:
script
:
# Switch to dev branch
-
git fetch origin dev
-
git checkout dev
# Build for GitLab Pages
# Build for GitLab Pages
-
npm run build-gitlab
-
npm run build-gitlab
-
cp -a dist/. public/
-
cp -a dist/. public/
...
...
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