Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
rpakishore committed Nov 13, 2023
1 parent dc73fa4 commit 3f35a7b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/.workflows/gif.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Generate demo file

on: push

jobs:
generate-gif:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Website to file
uses: PabloLec/website-to-gif@2.1.1
with:
url: "https://docs.github.com/en/get-started"
save_path: "/docs/assets"
- name: Commit file to GH repo
run: |
git config --global user.name "PabloLec/website-to-gif"
git config --global user.email "action@github.com"
git add .
git commit -m 'Update file'
git push
Binary file added assets/demo copy.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f35a7b

Please sign in to comment.