Skip to content

Commit 4026a72

Browse files
committed
Fixed: /app doesn't exist in Github Actions.
Try to get to pygments-main a different way.
1 parent cb72913 commit 4026a72

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# The current stack is not compatible with Ruby 2.4 for similar reasons to this https://github.com/backup/backup/issues/820.
21
FROM ruby:2.6.10
32

43
RUN mkdir /app

config.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
require 'rack/codehighlighter'
7676
require "pygments"
77-
Pygments.start('/app/vendor/pygments-main/')
77+
Pygments.start('vendor/pygments-main/')
7878
use Rack::Codehighlighter,
7979
:pygments,
8080
:element => "pre>code",

0 commit comments

Comments
 (0)