diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 31f0861d..4f790f45 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,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: Eshan[bot] + user_name: github-actions[bot] user_email: 41898282+github-actions[bot]@users.noreply.github.com \ No newline at end of file diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 92cfd66f..a07765d6 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -21,6 +21,8 @@ jobs: cache: yarn - name: Install dependencies - run: yarn install --frozen-lockfile + run: npm ci + - name: Install Fontawesome + run: npm install --save font-awesome - name: Test build documents - run: yarn build \ No newline at end of file + run: npm run build \ No newline at end of file