Skip to content

Commit

Permalink
Merge pull request #2 from vmcf-konfmi/dev
Browse files Browse the repository at this point in the history
build fix
  • Loading branch information
martinschatz-cz authored Jan 17, 2024
2 parents 1308f99 + 309ebb2 commit 0f3c06e
Show file tree
Hide file tree
Showing 327 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
# Build the book
- name: Build the book
run: |
jupyter-book build advanced_image_analysis_(mb100t01)
jupyter-book build advanced_image_analysis_mb100t01
# Deploy the book's HTML to gh-pages branch
- name: GitHub Pages action
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: advanced_image_analysis_(mb100t01)/_build/html
publish_dir: advanced_image_analysis_mb100t01/_build/html
#publish_branch: gh-pages
Loading

0 comments on commit 0f3c06e

Please sign in to comment.