Skip to content

Archive website

Archive website #105

Workflow file for this run

name: Archive website
on:
workflow_dispatch:
workflow_call:
schedule:
- cron: "0 3 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install waybackpy
run: |
pip install waybackpy
- name: Archive current version of mystery-o-matic
run: |
waybackpy --url https://mystery-o-matic.com/ --save