From 1cecdcc56d2e31d132edcd77e08596b14a948968 Mon Sep 17 00:00:00 2001 From: Sophie Mondz Date: Tue, 26 Apr 2022 18:15:44 -0500 Subject: [PATCH] Update deployment.yml --- .github/workflows/deployment.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index e997abb..6a41a56 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -16,16 +16,6 @@ jobs: steps: - uses: actions/checkout@v1 - # Set up any tools and build steps here - # This example uses a Node.js toolchain to build a site - - name: Use Node.js - uses: actions/setup-node@v1 - with: - node-version: 12 - - name: Install deps and build - run: | - npm i - npm run build # When the dist_dir is ready, deploy it to neocities - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v1