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:
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:
|
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"
|
||||||
|
|
2
.github/workflows/build-sphinx-thesis.yml
vendored
2
.github/workflows/build-sphinx-thesis.yml
vendored
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue