Skip to content

Commit

Permalink
Merge branch 'main' of github.com:GagikNav/generate-markdown-from-com…
Browse files Browse the repository at this point in the history
…mits into test
  • Loading branch information
GagikNav committed Jan 5, 2024
2 parents bd7a623 + 082ca92 commit 042b930
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'

- name: Install dependencies
run: npm ci
- name: Install dependencies
run: npm ci

- name: Build code
run: npm run build
- name: Build code
run: npm run build

- name: Commit and push README.md if it has changed
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: BUILD
commit_options: '--no-verify'
commit_user_name: GitHub Action
- name: Commit if something has changed
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'commiting build files'
commit_options: '--no-verify'
commit_user_name: GitHub Action

0 comments on commit 042b930

Please sign in to comment.