This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch 11ty
in repository https://gitbox.apache.org/repos/asf/royale-website.git


The following commit(s) were added to refs/heads/11ty by this push:
     new e72d4340 11ty: fix build
e72d4340 is described below

commit e72d4340c8b92ccafffbca792183ded976f904da
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Jul 18 13:51:10 2022 -0700

    11ty: fix build
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5aa58d9f..c8407800 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
       - name: Install dependencies
         run: npm ci
       - name: Build website
-          npm run build
+        run: npm run build
       - name: Upload Site
         if: ${{ github.repository_owner == 'apache' && github.event_name != 
'pull_request' && github.ref_name == '11ty' }}
         uses: JamesIves/github-pages-deploy-action@v4

Reply via email to