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:
parent
b6bfaeec14
commit
6599e7283a
2 changed files with 0 additions and 4 deletions
2
.github/workflows/build-sphinx-report.yml
vendored
2
.github/workflows/build-sphinx-report.yml
vendored
|
@ -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"
|
||||
|
|
2
.github/workflows/build-sphinx-thesis.yml
vendored
2
.github/workflows/build-sphinx-thesis.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue