fix: remove co in demo (#161)
github-actions[bot]
,
andrinoff
, and
drew
created 4 months ago
* docs: update demo.gif from release [skip ci]
* fix: remove co
---------
Co-authored-by: andrinoff <175145001+andrinoff@users.noreply.github.com>
Co-authored-by: drew <me@andrinoff.com>
Change summary
.github/workflows/demo.yml | 1 -
demo.gif | 0
demo.tape | 3 +--
public/assets/demo.gif | 0
4 files changed, 1 insertion(+), 3 deletions(-)
Detailed changes
@@ -49,7 +49,6 @@ jobs:
echo "Found latest release: $LATEST_TAG"
git fetch --tags
- git checkout "$LATEST_TAG"
COMMIT=$(git rev-parse --short HEAD)
DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
@@ -77,14 +77,13 @@ Tab
Sleep 100ms
Tab
Sleep 200ms
+
# Type the subject
Type "Hello from the terminal!"
Sleep 400ms
Tab
Sleep 300ms
-
-
# Type the email body with Markdown
Type "# Greetings!"
Enter