aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-07 20:36:09 +0100
committerstonedDiscord <Tukz@gmx.de>2022-03-07 20:36:09 +0100
commit419f66bbd5a08b2d7a1b563da621b5bca39d082e (patch)
treee26bf6986583ef3eb7ddb7ee2d9fd83d2f56f2a1
parent1eacc38833b2ad0054f197d84f522c70119f9855 (diff)
parent531562a1caf997be9ae10b96f2a5fe53e3b9eefd (diff)
Merge branch 'master' of https://github.com/AttorneyOnline/webAO
-rw-r--r--.github/workflows/deploy.yml4
1 files 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.