Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
add folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Mar 15, 2023
1 parent e694d58 commit 205f5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '18.x'
- run: npm install
- run: npm run gulp
- name: push
continue-on-error: true
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git add dist
git add dist/
git commit -m "Deploy distribition files"
git push

0 comments on commit 205f5c7

Please sign in to comment.