1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-21 22:34:21 +00:00

🔨 Remove invalid dependency

This commit is contained in:
Steffo 2021-11-21 01:10:55 +01:00
parent b6bfaeec14
commit 6599e7283a
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 0 additions and 4 deletions

View file

@ -8,7 +8,6 @@ on:
jobs:
html:
name: "Build HTML document"
needs: [ setup ]
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
@ -41,7 +40,6 @@ jobs:
path: "report/_build/report.html.tar.gz"
latexpdf:
name: "Build PDF document"
needs: [ setup ]
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"

View file

@ -8,7 +8,6 @@ on:
jobs:
html:
name: "Build HTML document"
needs: [ setup ]
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
@ -41,7 +40,6 @@ jobs:
path: "thesis/_build/thesis.html.tar.gz"
latexpdf:
name: "Build PDF document"
needs: [ setup ]
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"