Skip to content

Commit

Permalink
GHA: fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Jan 20, 2025
1 parent 5352990 commit dfc74e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build PDF
run: |
nix build -L
cp -r --no-preserve=mode,ownership result/ site
cp -r --no-preserve=mode,ownership result/ dist
- name: Upload artifacts
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit dfc74e4

Please sign in to comment.