ipd pipeline

This commit is contained in:
2024-03-22 08:25:42 +05:30
parent a0b7ecd4b8
commit 0c46c0ab0d

View File

@@ -23,7 +23,7 @@ jobs:
cache: yarn cache: yarn
- name: Install dependencies - name: Install dependencies
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Test build website - name: Test build documents
run: yarn build run: yarn build
deploy: deploy:
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
@@ -43,7 +43,7 @@ jobs:
env: env:
USE_SSH: true USE_SSH: true
run: | run: |
git config --global user.email "actions@github.com" git config --global user.email "src.eshan@gmail.com"
git config --global user.name "gh-actions" git config --global user.name "eshanized"
yarn install --frozen-lockfile yarn install --frozen-lockfile
yarn deploy yarn deploy