Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
Commits
cd479dd4
Commit
cd479dd4
authored
Mar 09, 2023
by
Emmanuel Bertin
Browse files
Add missing sudo.
parent
60de7722
Changes
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/doc.yml
View file @
cd479dd4
...
...
@@ -15,7 +15,7 @@ jobs:
# Build doc #
#############
build
:
name
:
Make
HTML
doc
name
:
Make doc
continue-on-error
:
false
runs-on
:
ubuntu-latest
...
...
@@ -26,7 +26,7 @@ jobs:
-
name
:
Install dependencies
run
:
|
pip3 install -r doc/requirements.txt
apt-get -y install latexmk
sudo
apt-get -y install latexmk
-
name
:
Build doc
run
:
|
...
...
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