Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
ghcup-hs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haskell
ghcup-hs
Commits
32497f3a
Verified
Commit
32497f3a
authored
3 years ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Add mkdocs to CI
parent
c06c6b6f
No related branches found
No related tags found
1 merge request
!197
Add mkdocs to CI
Pipeline
#42071
failed
3 years ago
Stage: checks
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-2
16 additions, 2 deletions
.gitlab-ci.yml
with
16 additions
and
2 deletions
.gitlab-ci.yml
+
16
−
2
View file @
32497f3a
stages
:
-
hlint
-
checks
-
test
-
release
...
...
@@ -585,7 +585,7 @@ release:windows:
######## hlint ########
hlint
:
stage
:
hlint
stage
:
checks
extends
:
-
.debian
script
:
...
...
@@ -596,3 +596,17 @@ hlint:
paths
:
-
report.html
when
:
on_failure
######## mkdocs ########
mkdocs
:
stage
:
checks
extends
:
-
.debian
before_script
:
-
sudo apt-get update -y
-
sudo apt-get install -y python3-pip
-
pip3 install mkdocs
script
:
-
~/.local/bin/mkdocs build
allow_failure
:
true
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