diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 9d0f792..a09d18f 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -4,7 +4,7 @@ jobs: runs-on: docker container: node:lts steps: - - run: git clone https://git.m724.eu/Minecon724/dn42-info . + - uses: https://github.com/actions/checkout@v4 - run: npm i - run: npm run build - run: apt update && apt install ncftp -y