Compare commits
7 Commits
ba9f81eccb
...
35b798de18
Author | SHA1 | Date |
---|---|---|
|
35b798de18 | |
|
ee3bbe9e04 | |
|
21b29fcf4c | |
|
ea04ed8cd1 | |
|
f3ef05b31b | |
|
33aff90c56 | |
|
55b58e2699 |
|
@ -24,7 +24,7 @@ jobs:
|
||||||
nix-shell --run ./run-ci.sh
|
nix-shell --run ./run-ci.sh
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
id: artifact-upload
|
id: artifact-upload
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: example-document
|
name: example-document
|
||||||
path: ${{ github.workspace }}/example.pdf
|
path: ${{ github.workspace }}/example.pdf
|
||||||
|
|
|
@ -13,9 +13,7 @@
|
||||||
#import "glossary.typ": glossary
|
#import "glossary.typ": glossary
|
||||||
#import "pages/titlepage.typ": new_title_page
|
#import "pages/titlepage.typ": new_title_page
|
||||||
#import "pages/declaration-of-authorship.typ": new_declaration_of_authorship
|
#import "pages/declaration-of-authorship.typ": new_declaration_of_authorship
|
||||||
#import "pages/confidentiality-statement.typ": (
|
#import "pages/confidentiality-statement.typ": new_confidentiality_statement_page
|
||||||
new_confidentiality_statement_page,
|
|
||||||
)
|
|
||||||
#import "pages/prerelease-note.typ": new_prerelease_note
|
#import "pages/prerelease-note.typ": new_prerelease_note
|
||||||
#import "pages/outline.typ": new_outline
|
#import "pages/outline.typ": new_outline
|
||||||
#import "pages/abstract.typ": new_abstract
|
#import "pages/abstract.typ": new_abstract
|
||||||
|
|
Loading…
Reference in New Issue