Skip to content

Commit

Permalink
Create gif.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wish13yt authored Oct 22, 2024
1 parent ebbb5bc commit 3be34f8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/gif.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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.5
with:
url: "https://freakybob.site"
- name: Commit file to GH repo
run: |
git config --global user.name "Freakybob-Team/Freakybob.site"
git config --global user.email "action@github.com"
git add .
git commit -m 'Update file'
git push

0 comments on commit 3be34f8

Please sign in to comment.