diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 248167c..576881f 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -5,5 +5,5 @@ jobs: container: python steps: - run: git clone https://git.724.rocks/Minecon724/dn42-info . - - run: pwd && ls -la + - run: pip install -r requirements.txt - run: python deploy.py \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..6bd459d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests +minify-html \ No newline at end of file