Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
software-di-controllo
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Davide Ricci
software-di-controllo
Commits
d256b50b
Commit
d256b50b
authored
1 month ago
by
vertighel
Browse files
Options
Downloads
Plain Diff
Test doc
parents
cc228c3e
305a0626
No related branches found
No related tags found
No related merge requests found
Pipeline
#29529
passed
1 month ago
Stage: setup_and_format
Stage: lint
Stage: deploy_docs
Stage: auto_commit
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-3
5 additions, 3 deletions
.gitlab-ci.yml
with
5 additions
and
3 deletions
.gitlab-ci.yml
+
5
−
3
View file @
d256b50b
...
@@ -138,14 +138,16 @@ pages:
...
@@ -138,14 +138,16 @@ pages:
before_script
:
before_script
:
-
pip install -r docs/requirements.txt
-
pip install -r docs/requirements.txt
script
:
script
:
-
sphinx-apidoc -o docs/source noctua
-
echo "Current directory $(pwd)"
-
echo "Building docs..."
# - sphinx-apidoc -o docs/source noctua
-
sphinx-build -b html docs/source public
-
sphinx-build -b html docs/source public
artifacts
:
artifacts
:
paths
:
paths
:
-
.
# Pass the modified workspace
-
.
# Pass the modified workspace
# - public
# - public
#
rules:
rules
:
#
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# Job 7: commit in branch
# Job 7: commit in branch
commit_formatted_code
:
commit_formatted_code
:
...
...
This diff is collapsed.
Click to expand it.
Davide Ricci
@davide.ricci
mentioned in commit
08a7dfbc
·
1 month ago
mentioned in commit
08a7dfbc
mentioned in commit 08a7dfbcc33f5ab773bf78becbb5634387713485
Toggle commit list
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