Skip to content

Commit bc18fa6

Browse files
committed
add pdf download, no pre-release
1 parent e6eb4be commit bc18fa6

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,4 @@ jobs:
4949

5050
- name: Deploy to GitHub Pages
5151
id: deployment
52-
uses: actions/deploy-pages@v4
53-
54-
- name: Upload PDF to latest release
55-
uses: softprops/action-gh-release@v2
56-
with:
57-
tag_name: latest
58-
name: Latest Build
59-
prerelease: true
60-
files: textbook/_book/*.pdf
52+
uses: actions/deploy-pages@v4

textbook/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Preface {.unnumbered}
22

3-
This is a Quarto book.
3+
This is a the EuBIC-MS Textbook, a collaborative effort to create a comprehensive resource for mass spectrometry-based proteomics.
44

5-
To learn more about Quarto books visit <https://quarto.org/docs/books>.
5+
[📄 Download PDF](EuBIC-MS-Textbook.pdf)

0 commit comments

Comments
 (0)