Skip to content

Commit

Permalink
Fixed html upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasfertig committed Apr 6, 2024
1 parent c74a277 commit 731bd30
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 @@ -709,7 +709,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/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 .ssh --exclude .git --exclude .github
/usr/bin/git status --porcelain
Expand Down

0 comments on commit 731bd30

Please sign in to comment.