node isn't real
Some checks failed
/ deploy (push) Failing after 19s

This commit is contained in:
Minecon724 2024-05-12 17:56:39 +02:00
parent 6fed2b7b7c
commit 4e3610c129
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8
2 changed files with 3 additions and 1 deletions

View file

@ -5,5 +5,5 @@ jobs:
container: python container: python
steps: steps:
- run: git clone https://git.724.rocks/Minecon724/dn42-info . - run: git clone https://git.724.rocks/Minecon724/dn42-info .
- run: pwd && ls -la - run: pip install -r requirements.txt
- run: python deploy.py - run: python deploy.py

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
requests
minify-html