Skip to content

Commit

Permalink
test this
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbruv committed Jun 29, 2024
1 parent b5d838b commit 921ae4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,21 +88,19 @@ 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:
dotnet-version: "8.x.x"

- name: Build Website
run: |
cd website
python build.py
- name: Deploy Website
Expand Down

0 comments on commit 921ae4f

Please sign in to comment.