Skip to content

Commit

Permalink
upgrade ds renderer actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo-it committed Aug 6, 2024
1 parent cfcc0a4 commit 95fc625
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/render-datasheets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "npm"
Expand All @@ -20,4 +20,5 @@ jobs:
- name: Render
run: |
cd scripts/datasheet-rendering
./render-datasheets.sh
./render-datasheets.sh
continue-on-error: true

0 comments on commit 95fc625

Please sign in to comment.