Update .github/workflows/main.yml
Some checks failed
CI / Build thesis PDFs and push them to pages (push) Failing after 3s
Some checks failed
CI / Build thesis PDFs and push them to pages (push) Failing after 3s
fix for gitea
This commit is contained in:
parent
f97729b222
commit
6873d217f6
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -9,6 +9,16 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
prereq:
|
||||
name: Install prerequisities
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
build:
|
||||
name: Build thesis PDFs
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user