⚙️ modify pipeline

This commit is contained in:
2024-03-23 05:11:51 +05:30
parent 6d0f0117e5
commit 83d52b0fa7
2 changed files with 5 additions and 3 deletions

View File

@@ -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

View File

@@ -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
run: npm run build