Skip to content

Commit

Permalink
Fixes github action script
Browse files Browse the repository at this point in the history
  • Loading branch information
mnerv committed Oct 29, 2023
1 parent 43dfdfc commit d9e53ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ jobs:
run: |
docker run --rm -v "$(pwd):/home/porter/app" --name maths --user root --hostname latex latex sh ./deploy.sh -j -p
- name: Build webapp
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20.8.0

- name: Build webapp
run: |
npm install -g pnpm
pnpm i
Expand Down

0 comments on commit d9e53ee

Please sign in to comment.