Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Romain Casati
Basthon-JupyterLab
Commits
d180e770
Commit
d180e770
authored
Apr 26, 2021
by
Nicholas Bollweg
Browse files
add link checking to CI
parent
7dc3207d
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
View file @
d180e770
...
...
@@ -46,12 +46,12 @@ jobs:
with
:
path
:
~/.cache/pip
key
:
|
${{ env.CACHE_EPOCH }}-${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
${{ env.CACHE_EPOCH }}-${{ runner.os }}-pip-${{ hashFiles('requirements
*
.txt') }}
restore-keys
:
|
${{ env.CACHE_EPOCH }}-${{ runner.os }}-pip-
-
name
:
Setup pip (dependecies)
run
:
|
pip install -r requirements.txt
pip install -r requirements
-docs
.txt
-
name
:
Install
if
:
steps.cache-node-modules.outputs.cache-hit != 'true'
run
:
|
...
...
@@ -70,6 +70,12 @@ jobs:
-
name
:
Test
run
:
|
doit test
-
name
:
Docs
run
:
|
doit docs
-
name
:
Check Built Artifacts
run
:
|
doit check
deploy
:
needs
:
[
build
]
...
...
requirements-docs.txt
0 → 100644
View file @
d180e770
# minimum needed to build jupyterlite docs... in addition to nodejs and yarn
# see .binder/ and docs/ for full development/docs environments
-r requirements.txt
myst-nb
pydata-sphinx-theme
pytest-check-links
sphinx
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment