Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cours
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ALOM-2024
cours
Commits
be47cc21
Verified
Commit
be47cc21
authored
6 months ago
by
Julien Wittouck
Browse files
Options
Downloads
Patches
Plain Diff
: add chrome arg to disable chrome sandbox
see
https://github.com/astefanutti/decktape/tree/master?tab=readme-ov-file#troubleshooting
parent
0c793541
No related branches found
No related tags found
No related merge requests found
Pipeline
#52623
passed
6 months ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Taskfile.yaml
+1
-1
1 addition, 1 deletion
Taskfile.yaml
with
1 addition
and
1 deletion
Taskfile.yaml
+
1
−
1
View file @
be47cc21
...
...
@@ -48,7 +48,7 @@ tasks:
OUTPUT
:
sh
:
echo $(dirname {{.INPUT}})/{{.FILE_NAME}}.pdf
cmds
:
-
decktape {{.INPUT}} {{.OUTPUT}}
-
decktape
--chrome-arg=--no-sandbox
{{.INPUT}} {{.OUTPUT}}
export-pdf
:
run
:
always
...
...
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