mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-21 18:29:16 +00:00
Use GitHub Actions instead of Netlify (#2462)
Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
20
.github/workflows/cleanup.yml
vendored
20
.github/workflows/cleanup.yml
vendored
@@ -24,26 +24,10 @@ on:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
brand:
|
||||
cleanup:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: geekyeggo/delete-artifact@v5
|
||||
with:
|
||||
name: brand
|
||||
failOnError: false
|
||||
|
||||
i18n:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: geekyeggo/delete-artifact@v5
|
||||
with:
|
||||
name: i18n
|
||||
failOnError: false
|
||||
|
||||
mkdocs-material-insiders:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: geekyeggo/delete-artifact@v5
|
||||
with:
|
||||
name: mkdocs-material-insiders
|
||||
name: repo-*
|
||||
failOnError: false
|
||||
|
Reference in New Issue
Block a user