diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-07 20:19:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-07 20:19:05 +0100 |
| commit | 531562a1caf997be9ae10b96f2a5fe53e3b9eefd (patch) | |
| tree | 2c5639082359bee6751d7bce00ad41311006f6c7 /.github | |
| parent | d2bdf2238606450256ce53ee35c5cd369bb4f5bd (diff) | |
run got run over
Diffstat (limited to '.github')
| -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. |
