Skip to content

Commit

Permalink
chore: auto-run reset-ghithub-pages every day (#8016)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 authored Dec 18, 2023
1 parent 630f73c commit 12bfd13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/reset-gh-pages.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Reset Github Pages

on:
workflow_dispatch:
schedule:
- cron: "00 08 * * *"

jobs:
build-and-release:
reset-gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 12bfd13

Please sign in to comment.