Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/nightly-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
build:
if: ${{ github.repository_owner == 'ProjectPythia' }}
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
base_url: ''

deploy:
needs: build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
build:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
base_url: ''

deploy:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-site-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
artifact_name: book-zip-${{ github.event.number }}
base_url: '/${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
base_url: '/_preview/${{ github.event.number }}'
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml
7 changes: 1 addition & 6 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,13 @@ extends:
project:
id: 918580d4-663c-4ef5-93f6-7a8d01d943ed
title: Project Pythia Cookbook Gallery
# description:
keywords: []
authors: []
github: https://github.com/projectpythia/cookbook-gallery-myst
# bibliography: []
github: https://github.com/projectpythia/cookbook-gallery
plugins:
- type: executable
path: pythia-gallery.py
toc:
- file: root.md
site:
template: book-theme
options:
hide_toc: true
hide_outline: true