Skip to content

Commit

Permalink
lib6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Dec 3, 2023
1 parent dd5bbc3 commit 2932927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Expand Up @@ -24,9 +24,7 @@ jobs:
- name: Build Lib
run: npm run build
- name: Add Changes of Lib
run: git add ./lib -f
- name: Check
run: git status
run: git add ./lib
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
#if: github.ref == 'refs/heads/main'
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 2932927

Please sign in to comment.