We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69d03c commit 6321fb3Copy full SHA for 6321fb3
1 file changed
.github/workflows/default.yml
@@ -15,9 +15,6 @@ jobs:
15
- name: ⬇️ Checkout repo
16
uses: actions/checkout@v4
17
18
- - name: 🔄 Init Cache Default
19
- uses: ./.github/actions/npm-cache
20
-
21
- name: 📥 Download deps default-npm-cache
22
if: steps.npm-cache.outputs.cache-hit != 'true'
23
uses: bahmutov/npm-install@v1
@@ -37,4 +34,4 @@ jobs:
37
34
- name: 🥅 Deploy to GH-Pages
38
35
uses: peaceiris/actions-gh-pages@v4
39
36
with:
40
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments