Skip to content

Commit 77df416

Browse files
refactor: [UEPR-43] changed directory paths
1 parent 185f504 commit 77df416

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -82,31 +82,31 @@ jobs:
8282
uses: peaceiris/actions-gh-pages@v4
8383
with:
8484
github_token: ${{ secrets.GITHUB_TOKEN }}
85-
publish_dir: ./playground
85+
publish_dir: ./packages/scratch-svg-renderer/playground
8686
destination_dir: scratch-svg-renderer
8787
full_commit_message: "Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"
8888

8989
- name: Deploy scratch-render to GitHub Pages
9090
uses: peaceiris/actions-gh-pages@v4
9191
with:
9292
github_token: ${{ secrets.GITHUB_TOKEN }}
93-
publish_dir: ./playground
93+
publish_dir: ./packages/scratch-render/playground
9494
destination_dir: scratch-render
9595
full_commit_message: "Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"
9696

9797
- name: Deploy scratch-vm to GitHub Pages
9898
uses: peaceiris/actions-gh-pages@v4
9999
with:
100100
github_token: ${{ secrets.GITHUB_TOKEN }}
101-
publish_dir: ./playground
101+
publish_dir: ./packages/scratch-vm/playground
102102
destination_dir: scratch-vm
103103
full_commit_message: "Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"
104104

105105
- name: Deploy scratch-gui to GitHub Pages
106106
uses: peaceiris/actions-gh-pages@v4
107107
with:
108108
github_token: ${{ secrets.GITHUB_TOKEN }}
109-
publish_dir: ./build
109+
publish_dir: ./packages/scratch-gui/build
110110
destination_dir: scratch-gui
111111
full_commit_message: "Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"
112112
needs:

0 commit comments

Comments
 (0)