From 4e5b37fb889c282563976b265113c03057c1d467 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 22 Mar 2024 08:50:42 +0530 Subject: [PATCH] update pipeline --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 98d7bd68..31f0861d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,6 +25,8 @@ jobs: - name: Install dependencies run: npm ci + - name: Install font-awesome + run: npm install --save font-awesome - name: Build documents run: npm run build @@ -41,5 +43,5 @@ jobs: # https://github.com/actions/checkout/issues/13#issuecomment-724415212 # The GH actions bot is used by default if you didn't specify the two fields. # You can swap them out with your own user credentials. - user_name: github-actions[bot] + user_name: Eshan[bot] user_email: 41898282+github-actions[bot]@users.noreply.github.com \ No newline at end of file