Skip to content

Commit

Permalink
Deploy dist instead of src
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Jun 14, 2024
1 parent 1f10bfc commit 7985bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo ::group::Archive artifact
tar \
--dereference --hard-dereference \
--directory "website/src" \
--directory "website/dist" \
-cvf "$RUNNER_TEMP/artifact.tar" \
.
echo ::endgroup::
Expand Down

0 comments on commit 7985bd8

Please sign in to comment.