diff --git a/.gitea/workflows/deploy_site.yml b/.gitea/workflows/deploy_site.yml index fb71bcf..cebc8a6 100644 --- a/.gitea/workflows/deploy_site.yml +++ b/.gitea/workflows/deploy_site.yml @@ -10,7 +10,6 @@ jobs: - run: | curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash - apt-get install -y nodejs - - run: npm i -g n && n lts - run: npm i - run: wget https://dl.min.io/client/mc/release/linux-arm64/mc -O /tmp/mc - run: chmod +x /tmp/mc