Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeDTomita committed Nov 7, 2024
1 parent 9d2404e commit adf2986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
- feature/github-pages
- hostfix/plantuml-didnot-update*
workflow_dispatch:

defaults:
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ apt-get install -y --no-install-recommends libxext6 libxrender1 libxtst6 libxi6
rm -rf /var/lib/lists
EOF

RUN gradle clean

CMD ["gradle", "asciidoctor"]

0 comments on commit adf2986

Please sign in to comment.