From 3be34f80c111af6fdc296f727de6f4fef9ec3080 Mon Sep 17 00:00:00 2001 From: Wish <100239673+wish13yt@users.noreply.github.com> Date: Tue, 22 Oct 2024 07:01:39 -0500 Subject: [PATCH] Create gif.yml --- .github/workflows/gif.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/gif.yml diff --git a/.github/workflows/gif.yml b/.github/workflows/gif.yml new file mode 100644 index 0000000..c3ba1c5 --- /dev/null +++ b/.github/workflows/gif.yml @@ -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