Update .github/workflows/main.yml
This commit is contained in:
parent
6d12c4d468
commit
0db19f1632
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -9,6 +9,16 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
dep:
|
||||
name: Install node
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-versoon: 18
|
||||
- run: node --version
|
||||
|
||||
build:
|
||||
name: Build thesis PDFs
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user