Skip to content

Commit

Permalink
fix: ci nits
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Mar 15, 2024
1 parent d7fc80b commit db26c1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
continue-on-error: true
uses: advanced-security/maven-dependency-submission-action@bfd2106013da0957cdede0b6c39fb5ca25ae375e # v4.0.2
with:
directory: tools/graph
directory: ./tools/graph
settings-file: ./.github/settings.xml
ignore-maven-wrapper: true
2 changes: 2 additions & 0 deletions .github/workflows/deploy.site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:

jobs:
build:
name: "Build Site"
runs-on: ubuntu-latest
steps:
- name: "Setup: Checkout"
Expand All @@ -38,6 +39,7 @@ jobs:
uses: actions/upload-pages-artifact@v3

deploy:
name: "Deploy Site"
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit db26c1e

Please sign in to comment.