From 921ae4f925f4af706d31e50abba836be0e7e080b Mon Sep 17 00:00:00 2001 From: Matt P <5638426+mattbruv@users.noreply.github.com> Date: Sat, 29 Jun 2024 14:52:27 -0500 Subject: [PATCH] test this --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9467e821..95942637 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,13 +88,12 @@ jobs: uses: actions/checkout@v4 with: repository: bfbbdecomp/website - path: website - name: Download artifact uses: actions/download-artifact@v4 with: name: progress - path: ./website + path: ./artifacts - uses: actions/setup-dotnet@v4 with: @@ -102,7 +101,6 @@ jobs: - name: Build Website run: | - cd website python build.py - name: Deploy Website