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

Commit

Permalink
Deploy development build with source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalko committed Jun 3, 2024
1 parent 3ba5ade commit 7d5ef7f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,14 @@ jobs:
uses: borales/actions-yarn@v5
with:
cmd: install # will run `yarn install` command
- name: Production build
- name: Development build
uses: borales/actions-yarn@v5
with:
cmd: build:prod # will run `yarn build:prod` command
cmd: build # will run `yarn build` command
- name: List artefacts
run: |
ls -lisa
ls -lisa dist
# - name: GitHub Pages deployment
# uses: peaceiris/actions-gh-pages@v4
# with:
# deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
# publish_dir: dist
- name: Upload Pages Artefact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 7d5ef7f

Please sign in to comment.