diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-01-09 00:50:12 -0500 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-01-09 00:50:12 -0500 |
| commit | c552aac73c7e9f744c11a0220af8450674ed151d (patch) | |
| tree | 435a836b1380a6edd11d7bb2922cc3c2ced6714b /.github/workflows/build_website.yml | |
| parent | f84b8781a04b06b4196c983498226a9fb5391d55 (diff) | |
Use proper naming and structure for a composite action
Diffstat (limited to '.github/workflows/build_website.yml')
| -rw-r--r-- | .github/workflows/build_website.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_website.yml b/.github/workflows/build_website.yml index 5f765da..56a2200 100644 --- a/.github/workflows/build_website.yml +++ b/.github/workflows/build_website.yml @@ -10,4 +10,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: ./.github/actions/build.yml + - uses: ./.github/actions/build |
