Skip to content

Commit

Permalink
ci: comment out installation of Vercel CLI in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanNotFound committed Feb 18, 2024
1 parent 99fcd58 commit b155abd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
npm run build
- name: Install Vercel CLI
run: npm install --global vercel@canary
# - name: Install Vercel CLI
# run: npm install --global vercel@canary

- name: Change directory to hexo-site
run: echo "HEXO_SITE_DIR=${{ github.workspace }}/hexo-site" >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/production-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
npm run build
- name: Install Vercel CLI
run: npm install --global vercel@canary
# - name: Install Vercel CLI
# run: npm install --global vercel@canary

- name: Change directory to hexo-site
run: echo "HEXO_SITE_DIR=${{ github.workspace }}/hexo-site" >> $GITHUB_ENV
Expand Down

0 comments on commit b155abd

Please sign in to comment.