Skip to content

Commit

Permalink
Switch to upload-pages-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswhybrow committed Apr 27, 2024
1 parent 4ab052f commit 0949847
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ jobs:
extra_nix_config: experimental-features = nix-command flakes
- uses: DeterminateSystems/magic-nix-cache-action@v4
- run: nix build
- run: mkdir github-pages
- run: cp -r ./result/* ./github-pages
- uses: actions/upload-artifact@v4
- uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: github-pages
path: result

deploy:
environment:
Expand Down

0 comments on commit 0949847

Please sign in to comment.