Skip to content

Commit 6f8c4ff

Browse files
committed
fix paths
1 parent 6e805b1 commit 6f8c4ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_book.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
- name: Build shinylive site
4343
run: |
4444
python -m pip install -r requirements_shiny.txt
45-
cd ~/src
45+
cd ./src
4646
shinylive export shinyapp shinysite
47-
cp -r ~/src/shinysite/* ~/dist/shinylive/
47+
cp -r ./shinysite/* ../dist/shinylive/
4848
4949
- name: Upload artifact
5050
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)