Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkmann00 committed Apr 24, 2024
1 parent 45ae62b commit b7e28d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
mkdir -p $GHP_SOURCE_DIR/asciinema/demo
cp asciinema/demo/drive-backup-demo.gif $GHP_SOURCE_DIR/asciinema/demo
# Replace demo gif with asciinema player
perl -i -0777 -pe 's#<!-- asciinema-start -->(.*)<!-- asciinema-end -->#<script src="https://asciinema.org/a/656056.js" id="asciicast-656056" async="true"></script>#gs' $GHP_SOURCE_DIR/README.md
perl -i -0777 -pe 's#<!-- asciinema-start -->(.*)<!-- asciinema-end -->#<script src="https://asciinema.org/a/656056.js" id="asciicast-656056"></script>#gs' $GHP_SOURCE_DIR/README.md
- name: Build & Deploy
id: gh_pages
Expand Down

0 comments on commit b7e28d0

Please sign in to comment.