diff --git a/.github/workflows/deploy-to-neocities.yml b/.github/workflows/deploy-to-neocities.yml index f13960c..69f9d70 100644 --- a/.github/workflows/deploy-to-neocities.yml +++ b/.github/workflows/deploy-to-neocities.yml @@ -29,8 +29,6 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - - name: Install Node.js dependencies - run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Build with Hugo run: hugo --minify - name: Insert 404 page @@ -52,8 +50,6 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - - name: Install Node.js dependencies - run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Download artifact uses: actions/download-artifact@v4 with: