1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44: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: jobs:
html: html:
name: "Build HTML document" name: "Build HTML document"
needs: [ setup ]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "Checkout repository" - name: "Checkout repository"
@ -41,7 +40,6 @@ jobs:
path: "report/_build/report.html.tar.gz" path: "report/_build/report.html.tar.gz"
latexpdf: latexpdf:
name: "Build PDF document" name: "Build PDF document"
needs: [ setup ]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "Checkout repository" - name: "Checkout repository"

View file

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