mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-08 19:34:56 +02:00
⚙️ modify pipeline
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -43,5 +43,5 @@ jobs:
|
|||||||
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
|
# 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.
|
# 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.
|
# 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
|
user_email: 41898282+github-actions[bot]@users.noreply.github.com
|
6
.github/workflows/test-deploy.yml
vendored
6
.github/workflows/test-deploy.yml
vendored
@@ -21,6 +21,8 @@ jobs:
|
|||||||
cache: yarn
|
cache: yarn
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile
|
run: npm ci
|
||||||
|
- name: Install Fontawesome
|
||||||
|
run: npm install --save font-awesome
|
||||||
- name: Test build documents
|
- name: Test build documents
|
||||||
run: yarn build
|
run: npm run build
|
Reference in New Issue
Block a user