Skip to content

Commit

Permalink
Delete favicon.ico, exclude it from the rsync transfer
Browse files Browse the repository at this point in the history
... so that it doesn't deleted again when I reupload it to
https://github.com/kaitai-io/formats-kaitai-io.github.io/
  • Loading branch information
generalmimon committed Jun 18, 2021
1 parent e151372 commit fa70a3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@ jobs:
.github/push_artifacts/publish \
-o kaitai-io \
-r formats-kaitai-io.github.io \
-m "Build results of ${GITHUB_REF#refs/heads/*} $GITHUB_REPOSITORY@$GITHUB_SHA" \
-- --exclude=.git --exclude=.travis.yml --exclude=CNAME _build/html/
-m "Build results of ${GITHUB_REF#refs/heads/*} $GITHUB_REPOSITORY@$GITHUB_SHA" -- \
--exclude=.git \
--exclude=.travis.yml \
--exclude=CNAME \
--exclude=favicon.ico \
--exclude=favicon.ico.license \
_build/html/
# NB: trailing slash in '_build/html/' is *very* important for rsync!
if: github.ref == 'refs/heads/master'
Binary file removed _build/favicon.ico
Binary file not shown.
13 changes: 0 additions & 13 deletions _build/favicon.ico.license

This file was deleted.

0 comments on commit fa70a3e

Please sign in to comment.