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