Skip to content

Commit

Permalink
Remove 'preview' from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek committed Oct 27, 2023
1 parent adc21b9 commit e3935ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gulp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
npm install
npm install gulp gulp-images-resizer --save-dev
- name: Remove 'preview' from .gitignore
run: sed -i '/^preview$/d' .gitignore

- name: Run gulp build
run: gulp build

Expand Down

0 comments on commit e3935ed

Please sign in to comment.