Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scientific_python
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
There was a problem handling the pipeline data.
Show more breadcrumbs
hub-courses
scientific_python
Commits
e59386ec
Commit
e59386ec
authored
10 months ago
by
Etienne Kornobis
Browse files
Options
Downloads
Patches
Plain Diff
Adding stub CI pages
parent
d0ce8ddc
No related branches found
No related tags found
No related merge requests found
Pipeline
#131061
failed with stage
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+26
-0
26 additions, 0 deletions
.gitlab-ci.yml
with
26 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
26
−
0
View file @
e59386ec
stages
:
-
build
-
deploy
variables
:
PAGES
:
$CI_PROJECT_DIR/public
before_script
:
-
pip install jupyter nbconvert
build_notebooks
:
stage
:
build
script
:
-
mkdir -p $PAGES
-
jupyter nbconvert --to html notebooks/*.ipynb --output-dir=$PAGES
pages
:
stage
:
deploy
script
:
-
mkdir -p public
-
cp -r $PAGES/* public
artifacts
:
paths
:
-
public
only
:
-
main
This diff is collapsed.
Click to expand it.
Preview
0%
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