Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
tweak(ci): rename step order
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Apr 2, 2024
1 parent d3384ec commit b4d9e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: |
pnpm build
touch dist/.nojekyll
- name: Rename script ext # to prevent MIME type conflict (don't know why it's `application/node`)
run: mv dist/widget.umd.cjs dist/widget.umd.js
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -51,8 +53,6 @@ jobs:
runs-on: ubuntu-latest
name: Deploy
steps:
- name: Rename script ext # to prevent MIME type conflict (don't know why it's `application/node`)
run: mv widget.umd.cjs widget.umd.js
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit b4d9e3e

Please sign in to comment.