Skip to content

Commit

Permalink
For GH pages keep .nojekyll to allow filenames starting with an und…
Browse files Browse the repository at this point in the history
…erscore.
  • Loading branch information
andreasfertig committed Apr 8, 2024
1 parent 05b65a7 commit ee5db4b
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 @@ -699,7 +699,7 @@ jobs:
/usr/bin/git config user.email [email protected]
echo "Rsyncing files to gh-pages"
/usr/bin/rsync -q -av --checksum --progress ~/binaries/insights-artifact-ubuntu-amd64/html/. ${GITHUB_WORKSPACE}/gh-pages --delete --exclude CNAME --exclude .ssh --exclude .git --exclude .github
/usr/bin/rsync -q -av --checksum --progress ~/binaries/insights-artifact-ubuntu-amd64/html/. ${GITHUB_WORKSPACE}/gh-pages --delete --exclude CNAME --exclude .nojekyll --exclude .ssh --exclude .git --exclude .github
/usr/bin/git status --porcelain
Expand Down

0 comments on commit ee5db4b

Please sign in to comment.