Skip to content

Commit 6321fb3

Browse files
authored
Update default.yml
1 parent f69d03c commit 6321fb3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/default.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
- name: ⬇️ Checkout repo
1616
uses: actions/checkout@v4
1717

18-
- name: 🔄 Init Cache Default
19-
uses: ./.github/actions/npm-cache
20-
2118
- name: 📥 Download deps default-npm-cache
2219
if: steps.npm-cache.outputs.cache-hit != 'true'
2320
uses: bahmutov/npm-install@v1
@@ -37,4 +34,4 @@ jobs:
3734
- name: 🥅 Deploy to GH-Pages
3835
uses: peaceiris/actions-gh-pages@v4
3936
with:
40-
github_token: ${{ secrets.GITHUB_TOKEN }}
37+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)