Skip to content

Commit

Permalink
Remove unnecessary CI tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Nov 18, 2024
1 parent 957906c commit 70129b8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,5 @@ jobs:
- name: Set up cache
uses: DeterminateSystems/magic-nix-cache-action@main

- name: Build docs
- name: Build game
run: nix -L build github:${{ github.repository }}/${{ github.sha }} --no-write-lock-file

- name: Prepare docs for upload
run: cp -r --dereference --no-preserve=mode,ownership result/ public/

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: public/

0 comments on commit 70129b8

Please sign in to comment.