Skip to content

Merge pull request #2 from rcarteraz/docs #1

Merge pull request #2 from rcarteraz/docs

Merge pull request #2 from rcarteraz/docs #1

Workflow file for this run

name: Cleanup docs artifacts
on:
push:
branches:
- docs
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run a multi-line script
run: |
find . -name 'pr*' -type f -mtime +30 -delete
- name: Commit & Push changes
uses: Andro999b/push@v1.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}