Skip to content

Commit

Permalink
vercel cd 수정4
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed May 9, 2024
1 parent 30b63f4 commit 0ca94a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
container: pandoc/latex
steps:
- name: Use Node.js 20
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install mustache (to update the date)
run: apk add ruby && gem install mustache
- name: creates output
Expand Down

0 comments on commit 0ca94a4

Please sign in to comment.