deviloric
/
piracy
Archived
3
0
Fork 0
This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
piracy/.github/workflows/website.yml

21 lines
453 B
YAML

name: Archive website
on:
deployment_status:
schedule:
- cron: "0 0 * * *"
jobs:
archive:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: python -m pip install wayback-machine-archiver
- name: Archive Website
run: archiver --sitemaps https://piracy.now.sh/sitemap.xml --log=INFO