Skip to content

Commit

Permalink
testing CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackerakiUA committed Nov 27, 2024
1 parent ef3885c commit f2975cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ngx-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git clone [email protected]:WebArtWork/ngx-css.git ngx-css
rsync -av --delete client/src/scss/ ngx-css/
rm -rf ngx-css/*
cp -r client/src/scss/* ngx-css/
cd ngx-css
git add .
git commit -m "Update SCSS files from source repository" || echo "No changes to commit"
Expand Down
1 change: 1 addition & 0 deletions client/src/scss/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
- Go to ```scss/Classes.md``` - ready made htnl classes

## VII. HTML/SCSS RULES

### We use BEM technology but changed a little for themselves (optional)
#### a. HTML
1. block -> "header"
Expand Down

0 comments on commit f2975cd

Please sign in to comment.