Skip to content

Commit 63b95ff

Browse files
update wikigen workflow (#1265)
* add wiki workflow * update workflow * a
1 parent adf3cfa commit 63b95ff

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/generate-pages.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ jobs:
2828
- name: Parse ZR repo code
2929
run: ./venv/bin/python main.py
3030

31-
- name: Move repo_img and builtin_img to wiki
32-
run: |
33-
mv repo_img/ ./gh-pages/repo_img/
34-
mv builtin_img/ ./gh-pages/builtin_img/
35-
mv premedia_icons/ ./gh-pages/premedia_icons/
36-
3731
- name: Upload static files as artifact
3832
id: deployment
3933
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)