Skip to content

Commit

Permalink
chore: add index.mjs to studio CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphoseer committed Jan 5, 2025
1 parent 9af426c commit 2cbe9c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
mkdir ./docs/studio
cp -r ./crates/sdo-web/pkg ./docs/studio/
cp ./crates/sdo-web/index.html ./docs/studio
cp ./crates/sdo-web/index.mjs ./docs/studio
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
Expand Down

0 comments on commit 2cbe9c5

Please sign in to comment.