Skip to content

Commit

Permalink
fix logo ref replacement for site
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Sep 8, 2023
1 parent 2229b2f commit 7b48e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ version:

prep-site:
cp -fv README.md site/docs/index.md
sed -i '' 's|https:\/\/github.com\/umputun\/simplotask\/raw\/master\/site\/spot-bg.png|logo.png|' site/docs/index.md
sed -i '' 's|https:\/\/github.com\/umputun\/spot\/raw\/master\/site\/spot-bg.png|logo.png|' site/docs/index.md
sed -i '' 's|^.*/workflows/ci.yml.*$$||' site/docs/index.md


site:
@rm -f site/public/*
@docker rm -f spot-site
Expand Down
2 changes: 1 addition & 1 deletion site/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Spot is a powerful and easy-to-use tool for effortless deployment and configuration management. It allows users to define a playbook with a list of tasks and targets, where each task consists of a series of commands that can be executed on remote hosts concurrently. Spot supports running scripts, copying files, syncing directories, and deleting files or directories, as well as custom inventory files or inventory URLs.

<div align="center">
<img class="logo" src="https://github.com/umputun/spot/raw/master/site/spot-bg.png" width="400px" alt="Spot | Effortless Deployment"/>
<img class="logo" src="logo.png" width="400px" alt="Spot | Effortless Deployment"/>
</div>

## Features
Expand Down

0 comments on commit 7b48e8c

Please sign in to comment.