Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047133d commit fe60745Copy full SHA for fe60745
1 file changed
.github/workflows/deploy.yml
@@ -44,20 +44,13 @@ jobs:
44
- name: Install ruby_wasm gem
45
run: gem install ruby_wasm
46
47
- - name: Build repl
48
- run: |
49
- cd repl
50
- bundle install
51
- npm install
52
- npm run build
53
-
54
- name: Setup Pages
55
uses: actions/configure-pages@v4
56
57
- name: Upload artifact
58
uses: actions/upload-pages-artifact@v3
59
with:
60
- path: './repl/build'
+ path: './repl'
61
62
- name: Deploy to GitHub Pages
63
id: deployment
0 commit comments