Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Community Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Bio-IT
Community Documentation
Commits
85fa222f
Unverified
Commit
85fa222f
authored
4 years ago
by
Patrick Marsceill
Browse files
Options
Downloads
Plain Diff
Merge branch 'v0.2.9' of github.com:pmarsceill/just-the-docs into v0.2.9
parents
798c14b4
5fbfe09c
No related branches found
Branches containing commit
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.yml
+4
-4
4 additions, 4 deletions
.github/workflows/ci.yml
with
4 additions
and
4 deletions
.github/workflows/ci.yml
+
4
−
4
View file @
85fa222f
...
...
@@ -9,26 +9,26 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@
master
-
uses
:
actions/checkout@
v2
-
name
:
Build the site in the jekyll/builder container
run
:
|
docker run --rm \
--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 install &&
jekyll build && bundle exec rake search:init"
jekyll-3-8-5
:
name
:
Build Jekyll site (v3.8.5)
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@
master
-
uses
:
actions/checkout@
v2
-
name
:
Build the site in the jekyll/builder container
run
:
|
docker run --rm \
--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 install &&
jekyll build && bundle exec rake search:init"
assets
:
name
:
Format and test CSS and JS
...
...
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