File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11on :
22 push :
33 delete :
4- name : 🚀 Deploy and cleanup emulator website
4+ name : 🚀 Deploy and cleanup website
55jobs :
66 web-deploy :
77 name : 🎉 Deploy
2929 server : ${{ secrets.ftp_server }}
3030 username : ${{ secrets.ftp_user }}
3131 password : ${{ secrets.ftp_password }}
32- local-dir : ./micropatterns_emulator /
32+ local-dir : ./keyboard /
3333 server-dir : ${{ steps.deploy-path.outputs.server_dir }}
3434
3535 cleanup-deploy :
6262 username : ${{ secrets.ftp_user }}
6363 password : ${{ secrets.ftp_password }}
6464 local-dir : ./empty-folder/
65- server-dir : ./micropatterns_emulator /${{ steps.cleanup-path.outputs.folder_path }}/
65+ server-dir : ./keyboard /${{ steps.cleanup-path.outputs.folder_path }}/
6666 delete : true
6767 exclude : |
6868 **/.git*
Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ I iterated and got feedbacks and guidance from [Ken Kocienda on Bluesky](https:/
3232
3333### I want to play with it!
3434
35- You can test it here: [ Blob Keyboard web demo] ( https://juliendorra.github.io/blob-keyboard-simulator/blob-keyboard-simulator.html )
35+ You can test it here: [ Blob Keyboard web demo] ( https://juliendorra.com/blobkeyboard )
36+
37+ If you want to use it on iPhone 2G or 3G, use the http, no SSL: [ Blob Keyboard web demo no SSL] ( http://juliendorra.com/blobkeyboard )
3638
3739It work with a touchpad or mouse on a computer, but it's meant for mobile and touchscreen! That way it's much closer to the original experience.
3840
File renamed without changes.
You can’t perform that action at this time.
0 commit comments