Skip to content

Commit

Permalink
lib7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Dec 3, 2023
1 parent 2932927 commit 534abe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Expand Up @@ -23,6 +23,10 @@ jobs:
run: npm ci --ignore-scripts
- name: Build Lib
run: npm run build
- name: Rewrite gitignore
run: sed -i '/lib/d' .gitignore
- name: Check
run: cat .gitignore
- name: Add Changes of Lib
run: git add ./lib
- name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -3,7 +3,7 @@
*.log
/_playwright-report
/_playwright-results
# /lib
/lib
/node_modules
/themes

Expand Down

0 comments on commit 534abe0

Please sign in to comment.