heissepreise/.github/workflows/pages.yml
2023-05-28 09:53:19 +02:00

18 lines
327 B
YAML

name: Pages Update
on:
schedule:
- cron: "0 8 * * *"
workflow_dispatch:
jobs:
run-script:
name: Execute pages.sh
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run script
run: bash pages.sh https://github.com/badlogic/badlogic.github.io