Skip to content

Commit 06c578b

Browse files
author
Felipe Angelim
authored
Merge pull request #3 from sktime/part2
use quarto render
2 parents 8b79d6e + f7201f7 commit 06c578b

97 files changed

Lines changed: 31762 additions & 9 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docs.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
contents: write # needed for gh-pages
1717

1818
jobs:
19-
build-docs:
19+
build-book:
2020
name: Build and Deploy Documentation
2121
runs-on: ubuntu-latest
2222

@@ -45,16 +45,19 @@ jobs:
4545
quarto check
4646
4747
- name: Render Quarto site
48-
run: |
49-
quarto render book
48+
uses: quarto-dev/quarto-actions/render@v2
49+
with:
50+
to: html # If set, it will be equivalent to `quarto render --to html`
51+
path: book
52+
5053

5154
# Deploy Preview for PRs
5255
- name: Publish PR Preview
5356
if: github.event_name == 'pull_request'
5457
uses: peaceiris/actions-gh-pages@v4
5558
with:
5659
github_token: ${{ secrets.GITHUB_TOKEN }}
57-
publish_dir: ./docs/_site
60+
publish_dir: ./book/_site
5861
destination_dir: previews/PR${{ github.event.number }}
5962
env:
6063
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -65,7 +68,7 @@ jobs:
6568
uses: peaceiris/actions-gh-pages@v4
6669
with:
6770
github_token: ${{ secrets.GITHUB_TOKEN }}
68-
publish_dir: ./docs/_site
71+
publish_dir: ./book/_site
6972
destination_dir: dev
7073
env:
7174
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -76,7 +79,7 @@ jobs:
7679
uses: peaceiris/actions-gh-pages@v4
7780
with:
7881
github_token: ${{ secrets.GITHUB_TOKEN }}
79-
publish_dir: ./docs/_site
82+
publish_dir: ./book/_site
8083
destination_dir: ${{ github.ref_name }}
8184
env:
8285
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -87,7 +90,7 @@ jobs:
8790
version="${GITHUB_REF#refs/tags/}"
8891
echo "Detected version: $version"
8992
mkdir -p ./latest
90-
cp -r ./docs/_site/* ./latest/
93+
cp -r ./book/_site/* ./latest/
9194
9295
- name: Publish stable release to 'latest'
9396
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref_name, '-')

book/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
_book/
44

5-
**/lightning_logs/**
5+
**/lightning_logs/**
6+
**/*.quarto_ipynb

book/_quarto.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ book:
88
favicon: "logo.jpeg"
99
search: true
1010
repo-url: https://github.com/sktime/python_brasil_2025/
11-
repo-actions: [edit]
1211
sharing: [twitter, facebook]
1312
cover-image: "logo.jpeg"
1413
cover-image-alt: "Uma ilustração de séries temporais"
56.8 KB
Binary file not shown.

book/latest/content/pt/extra/sktime_custom.html

Lines changed: 4422 additions & 0 deletions
Large diffs are not rendered by default.
217 KB
139 KB
2.31 MB

book/latest/content/pt/part1/components_and_diff.html

Lines changed: 2761 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)