Skip to content

Commit

Permalink
Edit action
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Jan 12, 2025
1 parent 8db9529 commit f5330b7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v4
with:
path: "web/pkg"
name: pkg
path: web/pkg/
pages:
if: github.ref == 'refs/heads/main'
name: Deploy to GitHub Pages
Expand All @@ -91,8 +92,10 @@ jobs:
- name: Download WASM and JS artifacts
uses: actions/download-artifact@v4
with:
path: "web/pkg"
- run: mkdir -p web/pkg && mv pkg/* web/pkg/ && rmdir pkg
name: pkg
path: web/
- name: Display structure of downloaded files
run: ls -R -I target
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f5330b7

Please sign in to comment.