Skip to content

Commit

Permalink
fix for doc action
Browse files Browse the repository at this point in the history
  • Loading branch information
exnersim committed Jan 15, 2025
1 parent 612cd85 commit 70c638c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# $SRC_FOLDER_PATH/jupyter-src/*.svg $SRC_FOLDER_PATH/pluto-src/*.html
run: |
mkdir $WORK_TREE
mv $SRC_FOLDER_PATH/*.md $WORK_TREE
mv $SRC_FOLDER_PATH/jupyter-src/*.md $WORK_TREE
rm -r $SRC_FOLDER_PATH/*
- name: "Install dependencies"
Expand Down

0 comments on commit 70c638c

Please sign in to comment.