Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Open WIN Community
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
open-science
community
Open WIN Community
Commits
6c4d47ca
Unverified
Commit
6c4d47ca
authored
4 years ago
by
Patrick Marsceill
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bundle errors in ci
parent
8c77c249
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci-master.yml
+2
-2
2 additions, 2 deletions
.github/workflows/ci-master.yml
with
2 additions
and
2 deletions
.github/workflows/ci-master.yml
+
2
−
2
View file @
6c4d47ca
...
@@ -18,7 +18,7 @@ jobs:
...
@@ -18,7 +18,7 @@ jobs:
run
:
|
run
:
|
docker run --rm \
docker run --rm \
--volume="${{ github.workspace }}:/srv/jekyll" \
--volume="${{ github.workspace }}:/srv/jekyll" \
jekyll/builder:latest /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && jekyll build && bundle exec just-the-docs rake search:init"
jekyll/builder:latest /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll &&
bundle exec
jekyll build && bundle exec just-the-docs rake search:init"
jekyll-3-8-5
:
jekyll-3-8-5
:
name
:
Build Jekyll site (v3.8.5)
name
:
Build Jekyll site (v3.8.5)
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
...
@@ -30,7 +30,7 @@ jobs:
...
@@ -30,7 +30,7 @@ jobs:
run
:
|
run
:
|
docker run --rm \
docker run --rm \
--volume="${{ github.workspace }}:/srv/jekyll" \
--volume="${{ github.workspace }}:/srv/jekyll" \
jekyll/builder:3.8.5 /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && jekyll build && bundle exec just-the-docs rake search:init"
jekyll/builder:3.8.5 /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll &&
bundle exec
jekyll build && bundle exec just-the-docs rake search:init"
assets
:
assets
:
name
:
Format and test CSS and JS
name
:
Format and test CSS and JS
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
...
...
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