Skip to content

Commit

Permalink
Merge pull request #13 from hokorobi/follow-index.sh-updates
Browse files Browse the repository at this point in the history
Follow index.sh updates
  • Loading branch information
aklt authored Jul 25, 2024
2 parents 4713ee7 + 82203a7 commit 92d018a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Generate SVG Diagrams
uses: hokorobi/plantuml-github-action@main
continue-on-error: true
with:
args: -tsvg uml/*.uml
- name: chmod x *.sh
run: chmod +x *.sh
- name: make html
run: make index.html;make style.css
timeout-minutes: 60
- name: Generate PNG Diagrams
uses: hokorobi/plantuml-github-action@main
continue-on-error: true
with:
args: -v -tpng uml/*.uml
- name: mkdir
run: mkdir -p publish/uml
run: mkdir publish
- name: copy to dir
run: cp -r index.html style.css uml publish
run: cp -r index.html style.css publish

- name: Deploy
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 92d018a

Please sign in to comment.