From 531562a1caf997be9ae10b96f2a5fe53e3b9eefd Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Mon, 7 Mar 2022 20:19:05 +0100 Subject: run got run over --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d1bbeaa..099875c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,9 +13,9 @@ jobs: - name: Install Dependencies run: npm install - name: Build Project - run: npm build + run: npm run build - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.0.0 with: branch: gh-pages # The branch the action should deploy to. - folder: webAO # The folder the action should deploy. \ No newline at end of file + folder: webAO # The folder the action should deploy. -- cgit