diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-07 20:36:09 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-07 20:36:09 +0100 |
| commit | 419f66bbd5a08b2d7a1b563da621b5bca39d082e (patch) | |
| tree | e26bf6986583ef3eb7ddb7ee2d9fd83d2f56f2a1 | |
| parent | 1eacc38833b2ad0054f197d84f522c70119f9855 (diff) | |
| parent | 531562a1caf997be9ae10b96f2a5fe53e3b9eefd (diff) | |
Merge branch 'master' of https://github.com/AttorneyOnline/webAO
| -rw-r--r-- | .github/workflows/deploy.yml | 4 |
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. |
