Skip to content

Commit

Permalink
fix/cicd: try to fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
uptonking committed Dec 28, 2023
1 parent b12241a commit 148da22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20"
cache: ${{ steps.detect-package-manager.outputs.manager }}
# cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Pages
uses: actions/configure-pages@v4
# with:
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# intermediate files
node_modules/
package-lock.json
yarn.lock
pnpm-lock.yaml
# package-lock.json
# yarn.lock
# pnpm-lock.yaml

build/
dist/
Expand Down

0 comments on commit 148da22

Please sign in to comment.