File tree 2 files changed +6
-17
lines changed
2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
docs :
11
11
name : Update documentation
12
- runs-on : ubuntu-18.04
12
+ runs-on : ubuntu-latest
13
13
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
17
17
18
18
- name : Fetch tags
19
19
run : git fetch --prune --unshallow
20
20
21
21
- name : Set up Python
22
- uses : actions/setup-python@v2
22
+ uses : actions/setup-python@v4
23
23
with :
24
- python-version : 3.6
24
+ python-version : 3.11. 6
25
25
26
26
- name : Install Python dependencies
27
27
run : |
28
28
python -m pip install --upgrade pip
29
29
pip install mkdocs mkdocs-material mike
30
30
31
- - uses : actions/setup-java@v2
31
+ - uses : actions/setup-java@v3
32
32
with :
33
33
java-version : 11
34
34
distribution : ' adopt'
48
48
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
49
49
mike deploy ${{ env.READIUM_VERSION }}
50
50
mike set-default ${{ env.READIUM_VERSION }}
51
- mike deploy --rebase -- push --update-aliases ${{ env.READIUM_VERSION }} latest
51
+ mike deploy --push --update-aliases ${{ env.READIUM_VERSION }} latest
Original file line number Diff line number Diff line change 50
50
- PDF support : guides/pdf.md
51
51
- Text-to-speech : guides/tts.md
52
52
- Extracting the content of a publication : guides/content.md
53
- - API Reference :
54
- - Shared : readium/shared/index.md
55
- - Streamer : readium/streamer/index.md
56
- - Navigator : readium/navigator/index.md
57
- - OPDS : readium/opds/index.md
58
- - LCP : readium/lcp/index.md
59
- - Adapters :
60
- - PDFium Document : readium/adapters/pdfium/pdfium-document/index.md
61
- - PDFium Navigator : readium/adapters/pdfium/pdfium-navigator/index.md
62
- - PSPDFKit Document : readium/adapters/pspdfkit/pspdfkit-document/index.md
63
- - PSPDFKit Navigator : readium/adapters/pspdfkit/pspdfkit-navigator/index.md
64
53
65
54
extra_css :
66
55
- readium_colors.css
You can’t perform that action at this time.
0 commit comments