diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-01-09 00:46:01 -0500 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-01-09 00:46:01 -0500 |
| commit | f84b8781a04b06b4196c983498226a9fb5391d55 (patch) | |
| tree | 9840639801af3ab5700067075a6dbd8080dc566c /.github/actions | |
| parent | 970c8fefdada562a232146cc361c40159a873630 (diff) | |
Run checkout first
Diffstat (limited to '.github/actions')
| -rw-r--r-- | .github/actions/build.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/actions/build.yml b/.github/actions/build.yml index 8d72f8f..fb2e198 100644 --- a/.github/actions/build.yml +++ b/.github/actions/build.yml @@ -2,7 +2,6 @@ name: Build Website runs: using: "composite" steps: - - uses: actions/checkout@v4 - name: Set Node.js uses: actions/setup-node@v4 with: |
