Skip to content

Commit

Permalink
Create ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
previoip authored Sep 3, 2023
1 parent a516903 commit 657aef8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI

on:
[pull_request, push]

env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
OWNER: ${{ github.repository_owner }}

jobs:
cleanup:
runs-on: ubuntu-latest
permissions: write-all

steps:
- name: Prune deployment
uses: ./
with:
token: ${{ env.GITHUB_TOKEN }}
environment: github-pages
onlyRemoveDeployments: true

0 comments on commit 657aef8

Please sign in to comment.