Skip to content

Commit

Permalink
chore(release): updating release mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-lavazais committed Jan 2, 2024
1 parent 1a3d5ab commit 69426c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Generate PDF from presentation
run: |
make export-pdf
Expand Down

0 comments on commit 69426c8

Please sign in to comment.