Skip to content

Commit

Permalink
Convert demo to GIF due to lack of github support
Browse files Browse the repository at this point in the history
  • Loading branch information
isosphere committed Jan 3, 2024
1 parent 87e88f2 commit 2f7667c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
yarn
yarn build
mkdir ${{ env.PLUGIN_NAME }}
cp README.md package.json icon.png demo.webm ${{ env.PLUGIN_NAME }}
cp README.md package.json icon.png demo.gif ${{ env.PLUGIN_NAME }}
mv dist ${{ env.PLUGIN_NAME }}
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
ls
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Dates that do not already have a journal page are skipped, by design.

### Demo

![demo](./demo.webm)
![demo](./demo.gif)

### Licence

Expand Down
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed demo.webm
Binary file not shown.

0 comments on commit 2f7667c

Please sign in to comment.