Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe60745

Browse files
committed
Simplified deployment workflow for repl directory
1 parent 047133d commit fe60745

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,13 @@ jobs:
4444
- name: Install ruby_wasm gem
4545
run: gem install ruby_wasm
4646

47-
- name: Build repl
48-
run: |
49-
cd repl
50-
bundle install
51-
npm install
52-
npm run build
53-
5447
- name: Setup Pages
5548
uses: actions/configure-pages@v4
5649

5750
- name: Upload artifact
5851
uses: actions/upload-pages-artifact@v3
5952
with:
60-
path: './repl/build'
53+
path: './repl'
6154

6255
- name: Deploy to GitHub Pages
6356
id: deployment

0 commit comments

Comments
 (0)