mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-05 19:06:37 +02:00
ipd pipeline
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
cache: yarn
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Test build website
|
||||
- name: Test build documents
|
||||
run: yarn build
|
||||
deploy:
|
||||
if: github.event_name != 'pull_request'
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
env:
|
||||
USE_SSH: true
|
||||
run: |
|
||||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "gh-actions"
|
||||
git config --global user.email "src.eshan@gmail.com"
|
||||
git config --global user.name "eshanized"
|
||||
yarn install --frozen-lockfile
|
||||
yarn deploy
|
Reference in New Issue
Block a user