Skip to content

Commit

Permalink
fixes in the github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
peremato committed Apr 10, 2024
1 parent 8ce0cdb commit 45f11ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jupyterbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tutorial
working-directory: ./tutorial
shell: bash -l {0}

steps:
Expand Down Expand Up @@ -42,10 +42,10 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./geant4.jl/docs/_build/html
publish_dir: ./tutorial/docs/_build/html
if: github.event_name != 'pull_request'
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./julia-intro/docs/_build/html
source-dir: ./tutorial/docs/_build/html
if: github.event_name == 'pull_request'

0 comments on commit 45f11ae

Please sign in to comment.