Skip to content

Commit

Permalink
GH Actions: improve exclusion paths in publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Nov 12, 2023
1 parent 317d2f1 commit 25d0fdb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ jobs:
-m "Regen ${GITHUB_REF#refs/heads/*} $GITHUB_REPOSITORY@$GITHUB_SHA" \
-- \
--exclude=.git \
--exclude=.github \
--exclude=.github/ \
--exclude=.nojekyll \
--exclude=_build/ \
--exclude=CNAME \
--exclude=favicon.ico \
--exclude=favicon.ico.license \
--exclude=devel \
--exclude=devel/ \
out/

0 comments on commit 25d0fdb

Please sign in to comment.