Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alswlfl29 authored Jul 1, 2024
1 parent cde3fdf commit f9627dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
container: pandoc/latex
steps:
- uses: actions/checkout@v3
- name: Set up Node.js 20
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install mustache (to update the date)
run: apk add ruby && gem install mustache
- name: creates output
Expand Down

0 comments on commit f9627dd

Please sign in to comment.