Skip to content

Commit

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

0 comments on commit 30b63f4

Please sign in to comment.