Skip to content

Commit

Permalink
remove graphviz
Browse files Browse the repository at this point in the history
add sha
  • Loading branch information
robfrank committed Nov 9, 2024
1 parent 55c8446 commit fded4e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/adocs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: asciidoctor -D docs --backend=html5 -o index.html -a toc2 docs/index.adoc
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Get build container
id: adocbuild
uses: tonynv/asciidoctor-action@master
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Print execution time
run: echo "Time ${{ steps.adocbuild.outputs.time }}"
- name: Deploy docs to ghpages
uses: peaceiris/actions-gh-pages@v4
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_branch: gh-pages
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/netlify-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup Graphviz
uses: ts-graphviz/[email protected]
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: actions/[email protected]

- uses: actions/[email protected]
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
java-version: '17'
distribution: 'temurin'
Expand All @@ -30,7 +27,7 @@ jobs:
- name: Generate Site
run: mvn generate-resources

- uses: jsmrcaga/[email protected]
- uses: jsmrcaga/action-netlify-deploy@06b6a09e152823cce0d76c0dbb22b914934de198 # v2.3.0
with:
build_directory: ./target/generated-docs/
install_command: "echo Skipping installing the dependencies"
Expand Down

0 comments on commit fded4e1

Please sign in to comment.