Skip to content

github-pages

github-pages #5

name: Create Webpage GIF
on:
page_build:
deployment:
workflow_dispatch:
schedule:
- cron: '40 1 * * *'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Website to file
uses: PabloLec/[email protected]
with:
url: "https://nclsbayona.github.io"
scroll_step: 10
- name: Commit file to GH repo
run: |
git config --global user.name "PabloLec/website-to-gif"
git config --global user.email "[email protected]"
git add .
git commit -m 'fix: :memo: Update website gif'
git push