Skip to content

Commit

Permalink
Обновляет зависимости и версию Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Nov 12, 2024
1 parent a8083c5 commit e708674
Show file tree
Hide file tree
Showing 4 changed files with 2,881 additions and 4,675 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
name: Deploy

on:
pull_request:
push:
branches:
- master
- main

jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [13.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version-file: package.json
# Setup key
- run: set -eu
- run: mkdir "$HOME/.ssh"
Expand Down
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ gulp.task('copy', () => {
'src/images/*',
'src/pictures/*'
], {
base: 'src'
base: 'src',
encoding: false
})
.pipe(gulp.dest('dist'))
.pipe(sync.stream({
Expand Down
Loading

0 comments on commit e708674

Please sign in to comment.