Skip to content

Commit

Permalink
Fix path to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mczyz-antmicro committed Jun 27, 2023
1 parent 41b6e98 commit 66747e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-webpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:

- name: Preserve only valid items
run: |
cd ${{ github.workspace }}
mkdir -p ./public.old
cp -r ./public.checkout/doctrees ./public.old/
cp -r ./public.checkout/html ./public.old/
Expand Down

0 comments on commit 66747e0

Please sign in to comment.