Skip to content

Commit

Permalink
Merge pull request #4 from LeastAuthority/main
Browse files Browse the repository at this point in the history
Bump mermaid-cli and its dependencies
  • Loading branch information
btlogy authored Jan 16, 2024
2 parents 140ac98 + 3c9c643 commit 0ef9913
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Action test

on:
push:
branches: [ master ]
branches: [ master, main ]
pull_request:
branches: [ master ]
branches: [ master, main ]

jobs:
test-html:
Expand Down
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM ruby:2-alpine
FROM asciidoctor/docker-asciidoctor:1.60@sha256:0c8df5a7688303b70fb8db3bec25c19503d7232d38b61cfaef0c943e1722c018

RUN gem install asciidoctor asciidoctor-pdf asciidoctor-diagram rouge

RUN apk add --no-cache \
RUN apk add \
chromium \
nss \
freetype \
Expand Down

0 comments on commit 0ef9913

Please sign in to comment.